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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46925",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46923",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46924,
    "results": [
        {
            "start": 875192170,
            "stop": 875192183
        },
        {
            "start": 875192186,
            "stop": 875192189
        },
        {
            "start": 875192192,
            "stop": 875192194
        },
        {
            "start": 875192196,
            "stop": 875192199
        },
        {
            "start": 875192200,
            "stop": 875192220
        },
        {
            "start": 875192221,
            "stop": 875192263
        },
        {
            "start": 875192265,
            "stop": 875192267
        },
        {
            "start": 875192268,
            "stop": 875192284
        },
        {
            "start": 875192285,
            "stop": 875192299
        },
        {
            "start": 875192300,
            "stop": 875192303
        },
        {
            "start": 875192304,
            "stop": 875192311
        },
        {
            "start": 875192312,
            "stop": 875192320
        },
        {
            "start": 875192323,
            "stop": 875192341
        },
        {
            "start": 875192342,
            "stop": 875192356
        },
        {
            "start": 875192358,
            "stop": 875192359
        },
        {
            "start": 875192362,
            "stop": 875192365
        },
        {
            "start": 875192366,
            "stop": 875192467
        },
        {
            "start": 875192470,
            "stop": 875192485
        },
        {
            "start": 875192486,
            "stop": 875192496
        },
        {
            "start": 875192498,
            "stop": 875192556
        }
    ]
}