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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1683",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1681",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1682,
    "results": [
        {
            "start": 957481518,
            "stop": 957481738
        },
        {
            "start": 957481740,
            "stop": 957481960
        },
        {
            "start": 957481962,
            "stop": 957482055
        },
        {
            "start": 957482057,
            "stop": 957482262
        },
        {
            "start": 957482264,
            "stop": 957482412
        },
        {
            "start": 957482413,
            "stop": 957483464
        },
        {
            "start": 957483466,
            "stop": 957483851
        },
        {
            "start": 957483852,
            "stop": 957483899
        },
        {
            "start": 957483901,
            "stop": 957483923
        },
        {
            "start": 957483925,
            "stop": 957483926
        },
        {
            "start": 957483928,
            "stop": 957483973
        },
        {
            "start": 957483975,
            "stop": 957484127
        },
        {
            "start": 957484128,
            "stop": 957484159
        },
        {
            "start": 957484161,
            "stop": 957484260
        },
        {
            "start": 957484261,
            "stop": 957484325
        },
        {
            "start": 957484327,
            "stop": 957484345
        },
        {
            "start": 957484347,
            "stop": 957484636
        },
        {
            "start": 957484638,
            "stop": 957485030
        },
        {
            "start": 957485032,
            "stop": 957485107
        },
        {
            "start": 957485109,
            "stop": 957485280
        }
    ]
}