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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=147",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=145",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 146,
    "results": [
        {
            "start": 931444350,
            "stop": 931444404
        },
        {
            "start": 931444406,
            "stop": 931444448
        },
        {
            "start": 931444450,
            "stop": 931444473
        },
        {
            "start": 931444475,
            "stop": 931444503
        },
        {
            "start": 931444504,
            "stop": 931444550
        },
        {
            "start": 931444552,
            "stop": 931444554
        },
        {
            "start": 931444556,
            "stop": 931444618
        },
        {
            "start": 931444620,
            "stop": 931444699
        },
        {
            "start": 931444701,
            "stop": 931444739
        },
        {
            "start": 931444740,
            "stop": 931444744
        },
        {
            "start": 931444746,
            "stop": 931444786
        },
        {
            "start": 931444788,
            "stop": 931444795
        },
        {
            "start": 931444797,
            "stop": 931444863
        },
        {
            "start": 931444865,
            "stop": 931444972
        },
        {
            "start": 931444974,
            "stop": 931444983
        },
        {
            "start": 931444985,
            "stop": 931444999
        },
        {
            "start": 931445002,
            "stop": 931445005
        },
        {
            "start": 931445007,
            "stop": 931445039
        },
        {
            "start": 931445041,
            "stop": 931445088
        },
        {
            "start": 931445090,
            "stop": 931445173
        }
    ]
}