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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=46",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=44",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 45,
    "results": [
        {
            "start": 931348873,
            "stop": 931348953
        },
        {
            "start": 931348973,
            "stop": 931349041
        },
        {
            "start": 931349047,
            "stop": 931349096
        },
        {
            "start": 931349102,
            "stop": 931349122
        },
        {
            "start": 931349128,
            "stop": 931349135
        },
        {
            "start": 931349140,
            "stop": 931349149
        },
        {
            "start": 931349160,
            "stop": 931349162
        },
        {
            "start": 931349174,
            "stop": 931349192
        },
        {
            "start": 931349199,
            "stop": 931349204
        },
        {
            "start": 931349216,
            "stop": 931349221
        },
        {
            "start": 931349229,
            "stop": 931349290
        },
        {
            "start": 931349296,
            "stop": 931349367
        },
        {
            "start": 931349378,
            "stop": 931349425
        },
        {
            "start": 931349430,
            "stop": 931349434
        },
        {
            "start": 931349442,
            "stop": 931349499
        },
        {
            "start": 931349504,
            "stop": 931349511
        },
        {
            "start": 931349517,
            "stop": 931349523
        },
        {
            "start": 931349548,
            "stop": 931349568
        },
        {
            "start": 931349584,
            "stop": 931349635
        },
        {
            "start": 931349641,
            "stop": 931349720
        }
    ]
}