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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=289",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=287",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 288,
    "results": [
        {
            "start": 1377413763,
            "stop": 1377414734
        },
        {
            "start": 1377414735,
            "stop": 1377416510
        },
        {
            "start": 1377416512,
            "stop": 1377418544
        },
        {
            "start": 1377418546,
            "stop": 1377420343
        },
        {
            "start": 1377420345,
            "stop": 1377422576
        },
        {
            "start": 1377422581,
            "stop": 1377423518
        },
        {
            "start": 1377423521,
            "stop": 1377424376
        },
        {
            "start": 1377424378,
            "stop": 1377426562
        },
        {
            "start": 1377426564,
            "stop": 1377427011
        },
        {
            "start": 1377427016,
            "stop": 1377428368
        },
        {
            "start": 1377428369,
            "stop": 1377430795
        },
        {
            "start": 1377430796,
            "stop": 1377432891
        },
        {
            "start": 1377432893,
            "stop": 1377435241
        },
        {
            "start": 1377435243,
            "stop": 1377437396
        },
        {
            "start": 1377437398,
            "stop": 1377439447
        },
        {
            "start": 1377439452,
            "stop": 1377439673
        },
        {
            "start": 1377439678,
            "stop": 1377439685
        },
        {
            "start": 1377439688,
            "stop": 1377441703
        },
        {
            "start": 1377441704,
            "stop": 1377443571
        },
        {
            "start": 1377452306,
            "stop": 1377452598
        }
    ]
}