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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=141",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=139",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 140,
    "results": [
        {
            "start": 931465297,
            "stop": 931465312
        },
        {
            "start": 931465316,
            "stop": 931465321
        },
        {
            "start": 931465323,
            "stop": 931465324
        },
        {
            "start": 931465326,
            "stop": 931465344
        },
        {
            "start": 931465346,
            "stop": 931465347
        },
        {
            "start": 931465348,
            "stop": 931465359
        },
        {
            "start": 931465361,
            "stop": 931465395
        },
        {
            "start": 931465397,
            "stop": 931465413
        },
        {
            "start": 931465416,
            "stop": 931465431
        },
        {
            "start": 931465432,
            "stop": 931465449
        },
        {
            "start": 931465451,
            "stop": 931465466
        },
        {
            "start": 931465468,
            "stop": 931465478
        },
        {
            "start": 931465480,
            "stop": 931465608
        },
        {
            "start": 931465610,
            "stop": 931465611
        },
        {
            "start": 931465613,
            "stop": 931465620
        },
        {
            "start": 931465621,
            "stop": 931465649
        },
        {
            "start": 931465651,
            "stop": 931465654
        },
        {
            "start": 931465657,
            "stop": 931465725
        },
        {
            "start": 931465726,
            "stop": 931465847
        },
        {
            "start": 931465849,
            "stop": 931465852
        }
    ]
}