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=530
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=531",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=529",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 530,
    "results": [
        {
            "start": 968707729,
            "stop": 968707745
        },
        {
            "start": 968707746,
            "stop": 968712482
        },
        {
            "start": 968712483,
            "stop": 968714390
        },
        {
            "start": 968719346,
            "stop": 968744747
        },
        {
            "start": 968744749,
            "stop": 968778028
        },
        {
            "start": 968778034,
            "stop": 968778110
        },
        {
            "start": 968780608,
            "stop": 968782813
        },
        {
            "start": 968782816,
            "stop": 968786166
        },
        {
            "start": 968796318,
            "stop": 968827973
        },
        {
            "start": 968827974,
            "stop": 968828610
        },
        {
            "start": 968828611,
            "stop": 968828734
        },
        {
            "start": 968828735,
            "stop": 968828839
        },
        {
            "start": 968828840,
            "stop": 968829074
        },
        {
            "start": 968829075,
            "stop": 968829104
        },
        {
            "start": 968832459,
            "stop": 968832993
        },
        {
            "start": 968832994,
            "stop": 968858314
        },
        {
            "start": 968858315,
            "stop": 968873462
        },
        {
            "start": 968874869,
            "stop": 968874951
        },
        {
            "start": 968876500,
            "stop": 968949274
        },
        {
            "start": 968950937,
            "stop": 968955431
        }
    ]
}