Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=149
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=150",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=148",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 149,
    "results": [
        {
            "start": 931487687,
            "stop": 931487732
        },
        {
            "start": 931487733,
            "stop": 931487735
        },
        {
            "start": 931487737,
            "stop": 931487741
        },
        {
            "start": 931487743,
            "stop": 931487744
        },
        {
            "start": 931487746,
            "stop": 931487747
        },
        {
            "start": 931487749,
            "stop": 931487758
        },
        {
            "start": 931487760,
            "stop": 931487770
        },
        {
            "start": 931487772,
            "stop": 931487806
        },
        {
            "start": 931487808,
            "stop": 931487867
        },
        {
            "start": 931487868,
            "stop": 931487978
        },
        {
            "start": 931487980,
            "stop": 931487988
        },
        {
            "start": 931487990,
            "stop": 931488000
        },
        {
            "start": 931488002,
            "stop": 931488009
        },
        {
            "start": 931488011,
            "stop": 931488020
        },
        {
            "start": 931488022,
            "stop": 931488027
        },
        {
            "start": 931488031,
            "stop": 931488033
        },
        {
            "start": 931488035,
            "stop": 931488036
        },
        {
            "start": 931488037,
            "stop": 931488039
        },
        {
            "start": 931488040,
            "stop": 931488048
        },
        {
            "start": 931488050,
            "stop": 931488051
        }
    ]
}