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/S5/timelines/H1_CBCHIGH_CAT1/segments?format=api&page=130
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT1/segments?format=api&page=131",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT1/segments?format=api&page=129",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 130,
    "results": [
        {
            "start": 850695926,
            "stop": 850697190
        },
        {
            "start": 850698379,
            "stop": 850715831
        },
        {
            "start": 850722293,
            "stop": 850723191
        },
        {
            "start": 850785225,
            "stop": 850853424
        },
        {
            "start": 850855168,
            "stop": 850856889
        },
        {
            "start": 850857961,
            "stop": 850880338
        },
        {
            "start": 850880712,
            "stop": 850940458
        },
        {
            "start": 850940934,
            "stop": 851038878
        },
        {
            "start": 851040269,
            "stop": 851071103
        },
        {
            "start": 851072903,
            "stop": 851083099
        },
        {
            "start": 851085360,
            "stop": 851111336
        },
        {
            "start": 851112335,
            "stop": 851144096
        },
        {
            "start": 851376354,
            "stop": 851388387
        },
        {
            "start": 851389234,
            "stop": 851399736
        },
        {
            "start": 851400330,
            "stop": 851408109
        },
        {
            "start": 851408203,
            "stop": 851464269
        },
        {
            "start": 851467126,
            "stop": 851513400
        },
        {
            "start": 851516309,
            "stop": 851520310
        },
        {
            "start": 851520656,
            "stop": 851522178
        },
        {
            "start": 851523205,
            "stop": 851644587
        }
    ]
}