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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=54",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=52",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 53,
    "results": [
        {
            "start": 931371107,
            "stop": 931371183
        },
        {
            "start": 931371189,
            "stop": 931371223
        },
        {
            "start": 931371234,
            "stop": 931371236
        },
        {
            "start": 931371239,
            "stop": 931371241
        },
        {
            "start": 931371269,
            "stop": 931371271
        },
        {
            "start": 931371283,
            "stop": 931371304
        },
        {
            "start": 931371309,
            "stop": 931371314
        },
        {
            "start": 931371319,
            "stop": 931371322
        },
        {
            "start": 931371328,
            "stop": 931371337
        },
        {
            "start": 931371343,
            "stop": 931371366
        },
        {
            "start": 931371372,
            "stop": 931371395
        },
        {
            "start": 931371401,
            "stop": 931371403
        },
        {
            "start": 931371411,
            "stop": 931371439
        },
        {
            "start": 931371459,
            "stop": 931371478
        },
        {
            "start": 931371495,
            "stop": 931371511
        },
        {
            "start": 931371518,
            "stop": 931371535
        },
        {
            "start": 931371541,
            "stop": 931371572
        },
        {
            "start": 931371578,
            "stop": 931371592
        },
        {
            "start": 931371597,
            "stop": 931371606
        },
        {
            "start": 931371616,
            "stop": 931371618
        }
    ]
}