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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=375",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=373",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 374,
    "results": [
        {
            "start": 1180003025,
            "stop": 1180014038
        },
        {
            "start": 1180014042,
            "stop": 1180016748
        },
        {
            "start": 1180019369,
            "stop": 1180019533
        },
        {
            "start": 1180022221,
            "stop": 1180022876
        },
        {
            "start": 1180023714,
            "stop": 1180027193
        },
        {
            "start": 1180027195,
            "stop": 1180027202
        },
        {
            "start": 1180027208,
            "stop": 1180027325
        },
        {
            "start": 1180027326,
            "stop": 1180027335
        },
        {
            "start": 1180027338,
            "stop": 1180027552
        },
        {
            "start": 1180027556,
            "stop": 1180027564
        },
        {
            "start": 1180027568,
            "stop": 1180027576
        },
        {
            "start": 1180027581,
            "stop": 1180027588
        },
        {
            "start": 1180027591,
            "stop": 1180030088
        },
        {
            "start": 1180037904,
            "stop": 1180039136
        },
        {
            "start": 1180077202,
            "stop": 1180084288
        },
        {
            "start": 1180084290,
            "stop": 1180087370
        },
        {
            "start": 1180087374,
            "stop": 1180091461
        },
        {
            "start": 1180091465,
            "stop": 1180091832
        },
        {
            "start": 1180091836,
            "stop": 1180092146
        },
        {
            "start": 1180092147,
            "stop": 1180092149
        }
    ]
}