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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_HW_BURST/segments?format=api&page=36",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_HW_BURST/segments?format=api&page=34",
    "results_count": 907,
    "results_per_page": 20,
    "num_pages": 46,
    "page_number": 35,
    "results": [
        {
            "start": 964491949,
            "stop": 964492064
        },
        {
            "start": 964520606,
            "stop": 964520718
        },
        {
            "start": 964535197,
            "stop": 964535310
        },
        {
            "start": 964550062,
            "stop": 964550214
        },
        {
            "start": 964556013,
            "stop": 964556126
        },
        {
            "start": 964563453,
            "stop": 964563566
        },
        {
            "start": 964579853,
            "stop": 964579966
        },
        {
            "start": 964606349,
            "stop": 964606502
        },
        {
            "start": 964613293,
            "stop": 964613406
        },
        {
            "start": 964621997,
            "stop": 964622110
        },
        {
            "start": 964635837,
            "stop": 964635950
        },
        {
            "start": 964650421,
            "stop": 964650582
        },
        {
            "start": 964663646,
            "stop": 964663758
        },
        {
            "start": 964670846,
            "stop": 964670958
        },
        {
            "start": 964722389,
            "stop": 964722502
        },
        {
            "start": 964728982,
            "stop": 964729142
        },
        {
            "start": 964788125,
            "stop": 964788238
        },
        {
            "start": 964815950,
            "stop": 964816102
        },
        {
            "start": 964837330,
            "stop": 964837443
        },
        {
            "start": 964845835,
            "stop": 964845947
        }
    ]
}