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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_DATA/segments?format=api&page=220",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_DATA/segments?format=api&page=218",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 219,
    "results": [
        {
            "start": 855067813,
            "stop": 855068768
        },
        {
            "start": 855069637,
            "stop": 855073387
        },
        {
            "start": 855075828,
            "stop": 855077195
        },
        {
            "start": 855077810,
            "stop": 855079948
        },
        {
            "start": 855081617,
            "stop": 855082950
        },
        {
            "start": 855084024,
            "stop": 855085501
        },
        {
            "start": 855086792,
            "stop": 855088586
        },
        {
            "start": 855092272,
            "stop": 855129954
        },
        {
            "start": 855131260,
            "stop": 855146339
        },
        {
            "start": 855147734,
            "stop": 855154891
        },
        {
            "start": 855156723,
            "stop": 855167422
        },
        {
            "start": 855171119,
            "stop": 855198094
        },
        {
            "start": 855198769,
            "stop": 855216584
        },
        {
            "start": 855217534,
            "stop": 855228887
        },
        {
            "start": 855230267,
            "stop": 855233648
        },
        {
            "start": 855234582,
            "stop": 855247130
        },
        {
            "start": 855248016,
            "stop": 855254330
        },
        {
            "start": 855254456,
            "stop": 855302363
        },
        {
            "start": 855303664,
            "stop": 855308360
        },
        {
            "start": 855308430,
            "stop": 855313927
        }
    ]
}