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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=635",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=633",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 634,
    "results": [
        {
            "start": 850739436,
            "stop": 850739621
        },
        {
            "start": 850769207,
            "stop": 850770240
        },
        {
            "start": 850773870,
            "stop": 850773970
        },
        {
            "start": 850774290,
            "stop": 850774455
        },
        {
            "start": 850779057,
            "stop": 850780273
        },
        {
            "start": 850784707,
            "stop": 850814340
        },
        {
            "start": 850814358,
            "stop": 850825141
        },
        {
            "start": 850827133,
            "stop": 850841076
        },
        {
            "start": 850842252,
            "stop": 850845681
        },
        {
            "start": 850845702,
            "stop": 850853412
        },
        {
            "start": 850854708,
            "stop": 850856497
        },
        {
            "start": 850860212,
            "stop": 850880232
        },
        {
            "start": 850881680,
            "stop": 850904692
        },
        {
            "start": 850904731,
            "stop": 850936392
        },
        {
            "start": 850936441,
            "stop": 850940206
        },
        {
            "start": 850940233,
            "stop": 850948372
        },
        {
            "start": 850948421,
            "stop": 850952022
        },
        {
            "start": 850952059,
            "stop": 851033103
        },
        {
            "start": 851034582,
            "stop": 851038484
        },
        {
            "start": 851040270,
            "stop": 851071106
        }
    ]
}