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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33319",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33317",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33318,
    "results": [
        {
            "start": 971012895,
            "stop": 971012896
        },
        {
            "start": 971013016,
            "stop": 971013018
        },
        {
            "start": 971013019,
            "stop": 971013054
        },
        {
            "start": 971013062,
            "stop": 971013076
        },
        {
            "start": 971013077,
            "stop": 971013080
        },
        {
            "start": 971013083,
            "stop": 971013089
        },
        {
            "start": 971013092,
            "stop": 971013101
        },
        {
            "start": 971013102,
            "stop": 971013115
        },
        {
            "start": 971013117,
            "stop": 971013136
        },
        {
            "start": 971013139,
            "stop": 971013141
        },
        {
            "start": 971013145,
            "stop": 971013163
        },
        {
            "start": 971013164,
            "stop": 971013165
        },
        {
            "start": 971013166,
            "stop": 971013177
        },
        {
            "start": 971013180,
            "stop": 971013185
        },
        {
            "start": 971013188,
            "stop": 971013198
        },
        {
            "start": 971013199,
            "stop": 971013218
        },
        {
            "start": 971013221,
            "stop": 971013246
        },
        {
            "start": 971013247,
            "stop": 971013257
        },
        {
            "start": 971013260,
            "stop": 971013266
        },
        {
            "start": 971013268,
            "stop": 971013269
        }
    ]
}