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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=315",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=313",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 314,
    "results": [
        {
            "start": 933825763,
            "stop": 933825780
        },
        {
            "start": 933825782,
            "stop": 933825787
        },
        {
            "start": 933825789,
            "stop": 933825806
        },
        {
            "start": 933825809,
            "stop": 933825812
        },
        {
            "start": 933825814,
            "stop": 933825828
        },
        {
            "start": 933825833,
            "stop": 933825910
        },
        {
            "start": 933825913,
            "stop": 933825940
        },
        {
            "start": 933825943,
            "stop": 933826186
        },
        {
            "start": 933826189,
            "stop": 933826215
        },
        {
            "start": 933829024,
            "stop": 933829355
        },
        {
            "start": 933829357,
            "stop": 933829365
        },
        {
            "start": 933829367,
            "stop": 933829380
        },
        {
            "start": 933829383,
            "stop": 933829408
        },
        {
            "start": 933829410,
            "stop": 933829423
        },
        {
            "start": 933829425,
            "stop": 933829431
        },
        {
            "start": 933829435,
            "stop": 933832792
        },
        {
            "start": 933832795,
            "stop": 933832846
        },
        {
            "start": 933832849,
            "stop": 933832890
        },
        {
            "start": 933832893,
            "stop": 933832920
        },
        {
            "start": 933832923,
            "stop": 933832955
        }
    ]
}