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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=561",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=559",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 560,
    "results": [
        {
            "start": 831817611,
            "stop": 831826865
        },
        {
            "start": 831847109,
            "stop": 831848884
        },
        {
            "start": 831849823,
            "stop": 831850393
        },
        {
            "start": 831852713,
            "stop": 831860533
        },
        {
            "start": 831860542,
            "stop": 831860543
        },
        {
            "start": 831860609,
            "stop": 831871093
        },
        {
            "start": 831871144,
            "stop": 831871145
        },
        {
            "start": 831873460,
            "stop": 831911413
        },
        {
            "start": 831913030,
            "stop": 831923458
        },
        {
            "start": 831931179,
            "stop": 831933651
        },
        {
            "start": 831937050,
            "stop": 831938810
        },
        {
            "start": 831940387,
            "stop": 831944022
        },
        {
            "start": 831944523,
            "stop": 831956194
        },
        {
            "start": 831956638,
            "stop": 831962833
        },
        {
            "start": 831962950,
            "stop": 831964218
        },
        {
            "start": 831964219,
            "stop": 831982342
        },
        {
            "start": 831985270,
            "stop": 832001391
        },
        {
            "start": 832005076,
            "stop": 832008528
        },
        {
            "start": 832011322,
            "stop": 832012633
        },
        {
            "start": 832014671,
            "stop": 832017673
        }
    ]
}