Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6168
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6169",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6167",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6168,
    "results": [
        {
            "start": 874399483,
            "stop": 874400476
        },
        {
            "start": 874400477,
            "stop": 874400479
        },
        {
            "start": 874400480,
            "stop": 874400817
        },
        {
            "start": 874400821,
            "stop": 874400908
        },
        {
            "start": 874400913,
            "stop": 874400915
        },
        {
            "start": 874400918,
            "stop": 874401034
        },
        {
            "start": 874401037,
            "stop": 874401039
        },
        {
            "start": 874401042,
            "stop": 874401430
        },
        {
            "start": 874401434,
            "stop": 874401442
        },
        {
            "start": 874401446,
            "stop": 874401491
        },
        {
            "start": 874402396,
            "stop": 874402734
        },
        {
            "start": 874402735,
            "stop": 874403948
        },
        {
            "start": 874403949,
            "stop": 874404340
        },
        {
            "start": 874404343,
            "stop": 874404396
        },
        {
            "start": 874404397,
            "stop": 874404859
        },
        {
            "start": 874404860,
            "stop": 874405359
        },
        {
            "start": 874405360,
            "stop": 874406238
        },
        {
            "start": 874406239,
            "stop": 874406242
        },
        {
            "start": 874406243,
            "stop": 874407357
        },
        {
            "start": 874407362,
            "stop": 874407693
        }
    ]
}