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_BURST_CAT3/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_BURST_CAT3/segments?format=api&page=36",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=34",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 35,
    "results": [
        {
            "start": 931152131,
            "stop": 931152133
        },
        {
            "start": 931152135,
            "stop": 931152145
        },
        {
            "start": 931152147,
            "stop": 931152149
        },
        {
            "start": 931152151,
            "stop": 931152156
        },
        {
            "start": 931152157,
            "stop": 931152159
        },
        {
            "start": 931152160,
            "stop": 931152217
        },
        {
            "start": 931152218,
            "stop": 931152225
        },
        {
            "start": 931152227,
            "stop": 931152307
        },
        {
            "start": 931152309,
            "stop": 931152358
        },
        {
            "start": 931152360,
            "stop": 931152374
        },
        {
            "start": 931152375,
            "stop": 931152390
        },
        {
            "start": 931152394,
            "stop": 931152401
        },
        {
            "start": 931152404,
            "stop": 931152421
        },
        {
            "start": 931152423,
            "stop": 931152433
        },
        {
            "start": 931152435,
            "stop": 931152447
        },
        {
            "start": 931152448,
            "stop": 931152483
        },
        {
            "start": 931152484,
            "stop": 931152503
        },
        {
            "start": 931152504,
            "stop": 931152555
        },
        {
            "start": 931152557,
            "stop": 931152560
        },
        {
            "start": 931152562,
            "stop": 931152606
        }
    ]
}