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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=52",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=50",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 51,
    "results": [
        {
            "start": 1370285247,
            "stop": 1370286526
        },
        {
            "start": 1370286530,
            "stop": 1370288581
        },
        {
            "start": 1370288582,
            "stop": 1370288634
        },
        {
            "start": 1370288636,
            "stop": 1370289708
        },
        {
            "start": 1370289710,
            "stop": 1370290149
        },
        {
            "start": 1370290151,
            "stop": 1370292578
        },
        {
            "start": 1370292580,
            "stop": 1370293640
        },
        {
            "start": 1370301779,
            "stop": 1370301850
        },
        {
            "start": 1370301853,
            "stop": 1370301872
        },
        {
            "start": 1370301875,
            "stop": 1370301909
        },
        {
            "start": 1370301914,
            "stop": 1370301965
        },
        {
            "start": 1370301969,
            "stop": 1370302022
        },
        {
            "start": 1370302026,
            "stop": 1370302134
        },
        {
            "start": 1370302139,
            "stop": 1370302233
        },
        {
            "start": 1370302238,
            "stop": 1370302267
        },
        {
            "start": 1370302271,
            "stop": 1370302297
        },
        {
            "start": 1370302301,
            "stop": 1370302335
        },
        {
            "start": 1370302340,
            "stop": 1370302376
        },
        {
            "start": 1370302380,
            "stop": 1370302469
        },
        {
            "start": 1370302474,
            "stop": 1370302505
        }
    ]
}