Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1626
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1627",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1625",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1626,
    "results": [
        {
            "start": 955335103,
            "stop": 955336238
        },
        {
            "start": 955336240,
            "stop": 955338381
        },
        {
            "start": 955338383,
            "stop": 955345399
        },
        {
            "start": 955345401,
            "stop": 955345858
        },
        {
            "start": 955345860,
            "stop": 955346207
        },
        {
            "start": 955346209,
            "stop": 955346302
        },
        {
            "start": 955346304,
            "stop": 955346603
        },
        {
            "start": 955346605,
            "stop": 955349379
        },
        {
            "start": 955349381,
            "stop": 955349570
        },
        {
            "start": 955349572,
            "stop": 955350420
        },
        {
            "start": 955351166,
            "stop": 955351827
        },
        {
            "start": 955351830,
            "stop": 955351980
        },
        {
            "start": 955351982,
            "stop": 955352320
        },
        {
            "start": 955353564,
            "stop": 955356692
        },
        {
            "start": 955358185,
            "stop": 955358566
        },
        {
            "start": 955358568,
            "stop": 955359543
        },
        {
            "start": 955360267,
            "stop": 955362971
        },
        {
            "start": 955362973,
            "stop": 955363019
        },
        {
            "start": 955363021,
            "stop": 955363503
        },
        {
            "start": 955363505,
            "stop": 955363740
        }
    ]
}