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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=694",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=692",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 693,
    "results": [
        {
            "start": 1266651563,
            "stop": 1266652854
        },
        {
            "start": 1266652856,
            "stop": 1266656768
        },
        {
            "start": 1266656770,
            "stop": 1266658506
        },
        {
            "start": 1266658508,
            "stop": 1266662931
        },
        {
            "start": 1266662933,
            "stop": 1266663293
        },
        {
            "start": 1266663298,
            "stop": 1266664367
        },
        {
            "start": 1266664371,
            "stop": 1266664755
        },
        {
            "start": 1266664757,
            "stop": 1266666426
        },
        {
            "start": 1266666428,
            "stop": 1266667512
        },
        {
            "start": 1266667516,
            "stop": 1266668210
        },
        {
            "start": 1266668213,
            "stop": 1266669766
        },
        {
            "start": 1266669769,
            "stop": 1266670259
        },
        {
            "start": 1266670260,
            "stop": 1266671594
        },
        {
            "start": 1266671598,
            "stop": 1266671905
        },
        {
            "start": 1266671907,
            "stop": 1266677801
        },
        {
            "start": 1266699635,
            "stop": 1266700647
        },
        {
            "start": 1266700650,
            "stop": 1266700862
        },
        {
            "start": 1266700865,
            "stop": 1266702391
        },
        {
            "start": 1266702394,
            "stop": 1266703762
        },
        {
            "start": 1266703767,
            "stop": 1266703934
        }
    ]
}