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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=15",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=13",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 14,
    "results": [
        {
            "start": 931089200,
            "stop": 931089202
        },
        {
            "start": 931089205,
            "stop": 931089207
        },
        {
            "start": 931089208,
            "stop": 931089210
        },
        {
            "start": 931089214,
            "stop": 931089215
        },
        {
            "start": 931089220,
            "stop": 931089222
        },
        {
            "start": 931089231,
            "stop": 931089232
        },
        {
            "start": 931089233,
            "stop": 931089239
        },
        {
            "start": 931089245,
            "stop": 931089252
        },
        {
            "start": 931089257,
            "stop": 931089259
        },
        {
            "start": 931089271,
            "stop": 931089272
        },
        {
            "start": 931089278,
            "stop": 931089281
        },
        {
            "start": 931089282,
            "stop": 931089285
        },
        {
            "start": 931089287,
            "stop": 931089289
        },
        {
            "start": 931089291,
            "stop": 931089297
        },
        {
            "start": 931089299,
            "stop": 931089300
        },
        {
            "start": 931089303,
            "stop": 931089305
        },
        {
            "start": 931089308,
            "stop": 931089320
        },
        {
            "start": 931089325,
            "stop": 931089327
        },
        {
            "start": 931089333,
            "stop": 931089335
        },
        {
            "start": 931089344,
            "stop": 931089347
        }
    ]
}