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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=46",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=44",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 45,
    "results": [
        {
            "start": 816545033,
            "stop": 816545217
        },
        {
            "start": 816545239,
            "stop": 816547028
        },
        {
            "start": 816547047,
            "stop": 816547534
        },
        {
            "start": 816547553,
            "stop": 816547608
        },
        {
            "start": 816547637,
            "stop": 816548126
        },
        {
            "start": 816548148,
            "stop": 816548571
        },
        {
            "start": 816548593,
            "stop": 816548825
        },
        {
            "start": 816548861,
            "stop": 816549431
        },
        {
            "start": 816549451,
            "stop": 816549503
        },
        {
            "start": 816549520,
            "stop": 816549757
        },
        {
            "start": 816549790,
            "stop": 816550761
        },
        {
            "start": 816550778,
            "stop": 816550848
        },
        {
            "start": 816550868,
            "stop": 816550941
        },
        {
            "start": 816550975,
            "stop": 816551538
        },
        {
            "start": 816551560,
            "stop": 816552028
        },
        {
            "start": 816552047,
            "stop": 816552727
        },
        {
            "start": 816552747,
            "stop": 816554213
        },
        {
            "start": 816554234,
            "stop": 816554591
        },
        {
            "start": 816554675,
            "stop": 816556118
        },
        {
            "start": 816556140,
            "stop": 816556812
        }
    ]
}