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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=744",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=742",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 743,
    "results": [
        {
            "start": 872626566,
            "stop": 872635354
        },
        {
            "start": 872636324,
            "stop": 872639970
        },
        {
            "start": 872640030,
            "stop": 872643796
        },
        {
            "start": 872649214,
            "stop": 872704590
        },
        {
            "start": 872704650,
            "stop": 872704665
        },
        {
            "start": 872712930,
            "stop": 872712942
        },
        {
            "start": 872713606,
            "stop": 872713717
        },
        {
            "start": 872714335,
            "stop": 872731123
        },
        {
            "start": 872738055,
            "stop": 872804715
        },
        {
            "start": 872804721,
            "stop": 872816904
        },
        {
            "start": 872818625,
            "stop": 872871888
        },
        {
            "start": 872873417,
            "stop": 872885606
        },
        {
            "start": 872885620,
            "stop": 872885708
        },
        {
            "start": 872885722,
            "stop": 872885740
        },
        {
            "start": 872888900,
            "stop": 872894721
        },
        {
            "start": 872896243,
            "stop": 872916036
        },
        {
            "start": 872917969,
            "stop": 872918008
        },
        {
            "start": 872921613,
            "stop": 872925544
        },
        {
            "start": 872925558,
            "stop": 872953187
        },
        {
            "start": 872973813,
            "stop": 872977731
        }
    ]
}