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=57
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=58",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=56",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 57,
    "results": [
        {
            "start": 931083231,
            "stop": 931083233
        },
        {
            "start": 931083235,
            "stop": 931083236
        },
        {
            "start": 931083243,
            "stop": 931083244
        },
        {
            "start": 931083245,
            "stop": 931083247
        },
        {
            "start": 931083248,
            "stop": 931083259
        },
        {
            "start": 931083260,
            "stop": 931083262
        },
        {
            "start": 931083265,
            "stop": 931083267
        },
        {
            "start": 931083270,
            "stop": 931083271
        },
        {
            "start": 931083273,
            "stop": 931083274
        },
        {
            "start": 931083275,
            "stop": 931083276
        },
        {
            "start": 931083277,
            "stop": 931083280
        },
        {
            "start": 931083282,
            "stop": 931083283
        },
        {
            "start": 931083284,
            "stop": 931083285
        },
        {
            "start": 931083286,
            "stop": 931083288
        },
        {
            "start": 931083292,
            "stop": 931083300
        },
        {
            "start": 931083312,
            "stop": 931083316
        },
        {
            "start": 931083317,
            "stop": 931083318
        },
        {
            "start": 931083319,
            "stop": 931083320
        },
        {
            "start": 931083324,
            "stop": 931083335
        },
        {
            "start": 931083336,
            "stop": 931083337
        }
    ]
}