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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41037",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41035",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 41036,
    "results": [
        {
            "start": 875191948,
            "stop": 875192028
        },
        {
            "start": 875192030,
            "stop": 875192050
        },
        {
            "start": 875192051,
            "stop": 875192090
        },
        {
            "start": 875192091,
            "stop": 875192093
        },
        {
            "start": 875192094,
            "stop": 875192135
        },
        {
            "start": 875192136,
            "stop": 875192184
        },
        {
            "start": 875192185,
            "stop": 875192195
        },
        {
            "start": 875192196,
            "stop": 875192220
        },
        {
            "start": 875192221,
            "stop": 875192263
        },
        {
            "start": 875192264,
            "stop": 875192267
        },
        {
            "start": 875192268,
            "stop": 875192284
        },
        {
            "start": 875192285,
            "stop": 875192303
        },
        {
            "start": 875192304,
            "stop": 875192365
        },
        {
            "start": 875192366,
            "stop": 875192389
        },
        {
            "start": 875192390,
            "stop": 875192394
        },
        {
            "start": 875192396,
            "stop": 875192437
        },
        {
            "start": 875192438,
            "stop": 875192452
        },
        {
            "start": 875192453,
            "stop": 875192485
        },
        {
            "start": 875192486,
            "stop": 875192538
        },
        {
            "start": 875192540,
            "stop": 875192555
        }
    ]
}