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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=47",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=45",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 46,
    "results": [
        {
            "start": 817565657,
            "stop": 817565899
        },
        {
            "start": 817580832,
            "stop": 817583634
        },
        {
            "start": 817583648,
            "stop": 817585441
        },
        {
            "start": 817585449,
            "stop": 817586654
        },
        {
            "start": 817586665,
            "stop": 817586674
        },
        {
            "start": 817586682,
            "stop": 817586697
        },
        {
            "start": 817586705,
            "stop": 817586707
        },
        {
            "start": 817586715,
            "stop": 817586934
        },
        {
            "start": 817586946,
            "stop": 817587018
        },
        {
            "start": 817587031,
            "stop": 817587273
        },
        {
            "start": 817587286,
            "stop": 817587340
        },
        {
            "start": 817588104,
            "stop": 817588105
        },
        {
            "start": 817588111,
            "stop": 817588122
        },
        {
            "start": 817589035,
            "stop": 817590010
        },
        {
            "start": 817590032,
            "stop": 817591476
        },
        {
            "start": 817591484,
            "stop": 817592576
        },
        {
            "start": 817592584,
            "stop": 817594045
        },
        {
            "start": 817594053,
            "stop": 817594060
        },
        {
            "start": 817594088,
            "stop": 817594090
        },
        {
            "start": 817594106,
            "stop": 817594126
        }
    ]
}