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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=45",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=43",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 44,
    "results": [
        {
            "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": 816551966
        },
        {
            "start": 816552191,
            "stop": 816552727
        },
        {
            "start": 816552747,
            "stop": 816553017
        },
        {
            "start": 816553137,
            "stop": 816554213
        },
        {
            "start": 816554234,
            "stop": 816554591
        },
        {
            "start": 816554675,
            "stop": 816555892
        },
        {
            "start": 816556084,
            "stop": 816556118
        },
        {
            "start": 816556140,
            "stop": 816556640
        },
        {
            "start": 816556760,
            "stop": 816556778
        },
        {
            "start": 816556898,
            "stop": 816557261
        },
        {
            "start": 816557265,
            "stop": 816557272
        },
        {
            "start": 816557276,
            "stop": 816557285
        },
        {
            "start": 816558047,
            "stop": 816558146
        },
        {
            "start": 816558266,
            "stop": 816559826
        }
    ]
}