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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=166",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=164",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 165,
    "results": [
        {
            "start": 931424976,
            "stop": 931425088
        },
        {
            "start": 931425090,
            "stop": 931425158
        },
        {
            "start": 931425160,
            "stop": 931425275
        },
        {
            "start": 931425278,
            "stop": 931425289
        },
        {
            "start": 931425291,
            "stop": 931425322
        },
        {
            "start": 931425326,
            "stop": 931425341
        },
        {
            "start": 931425344,
            "stop": 931425566
        },
        {
            "start": 931425568,
            "stop": 931425604
        },
        {
            "start": 931425608,
            "stop": 931425612
        },
        {
            "start": 931425615,
            "stop": 931425620
        },
        {
            "start": 931425621,
            "stop": 931425622
        },
        {
            "start": 931425624,
            "stop": 931425650
        },
        {
            "start": 931425652,
            "stop": 931425661
        },
        {
            "start": 931425664,
            "stop": 931425771
        },
        {
            "start": 931425773,
            "stop": 931425827
        },
        {
            "start": 931425829,
            "stop": 931425915
        },
        {
            "start": 931425917,
            "stop": 931425980
        },
        {
            "start": 931425982,
            "stop": 931426095
        },
        {
            "start": 931426098,
            "stop": 931426176
        },
        {
            "start": 931426178,
            "stop": 931426229
        }
    ]
}