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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=115",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=113",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 114,
    "results": [
        {
            "start": 931400404,
            "stop": 931400410
        },
        {
            "start": 931400412,
            "stop": 931400468
        },
        {
            "start": 931400470,
            "stop": 931400575
        },
        {
            "start": 931400579,
            "stop": 931400581
        },
        {
            "start": 931400583,
            "stop": 931400697
        },
        {
            "start": 931400699,
            "stop": 931400702
        },
        {
            "start": 931400705,
            "stop": 931400721
        },
        {
            "start": 931400723,
            "stop": 931400725
        },
        {
            "start": 931400727,
            "stop": 931400746
        },
        {
            "start": 931400750,
            "stop": 931400833
        },
        {
            "start": 931400834,
            "stop": 931400851
        },
        {
            "start": 931400853,
            "stop": 931400861
        },
        {
            "start": 931400863,
            "stop": 931400864
        },
        {
            "start": 931400866,
            "stop": 931400991
        },
        {
            "start": 931400993,
            "stop": 931401004
        },
        {
            "start": 931401006,
            "stop": 931401069
        },
        {
            "start": 931401071,
            "stop": 931401223
        },
        {
            "start": 931401225,
            "stop": 931401281
        },
        {
            "start": 931401283,
            "stop": 931401300
        },
        {
            "start": 931401302,
            "stop": 931401381
        }
    ]
}