Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=324
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=325",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=323",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 324,
    "results": [
        {
            "start": 818778137,
            "stop": 818778142
        },
        {
            "start": 818778189,
            "stop": 818778220
        },
        {
            "start": 818778224,
            "stop": 818778272
        },
        {
            "start": 818778291,
            "stop": 818778304
        },
        {
            "start": 818778339,
            "stop": 818778360
        },
        {
            "start": 818778469,
            "stop": 818778487
        },
        {
            "start": 818778490,
            "stop": 818778528
        },
        {
            "start": 818778643,
            "stop": 818778670
        },
        {
            "start": 818778719,
            "stop": 818778766
        },
        {
            "start": 818778786,
            "stop": 818778868
        },
        {
            "start": 818778921,
            "stop": 818778972
        },
        {
            "start": 818778996,
            "stop": 818778999
        },
        {
            "start": 818779033,
            "stop": 818779043
        },
        {
            "start": 818779095,
            "stop": 818779120
        },
        {
            "start": 818779123,
            "stop": 818779135
        },
        {
            "start": 818779177,
            "stop": 818779207
        },
        {
            "start": 818779227,
            "stop": 818779248
        },
        {
            "start": 818779293,
            "stop": 818779308
        },
        {
            "start": 818779380,
            "stop": 818779393
        },
        {
            "start": 818779585,
            "stop": 818779639
        }
    ]
}