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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=147",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=145",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 146,
    "results": [
        {
            "start": 816844092,
            "stop": 816844129
        },
        {
            "start": 816844135,
            "stop": 816844137
        },
        {
            "start": 816844142,
            "stop": 816844144
        },
        {
            "start": 816844149,
            "stop": 816844206
        },
        {
            "start": 816844210,
            "stop": 816844211
        },
        {
            "start": 816844217,
            "stop": 816844218
        },
        {
            "start": 816844224,
            "stop": 816844318
        },
        {
            "start": 816844322,
            "stop": 816844365
        },
        {
            "start": 816844369,
            "stop": 816844381
        },
        {
            "start": 816844386,
            "stop": 816844481
        },
        {
            "start": 816844485,
            "stop": 816844487
        },
        {
            "start": 816844499,
            "stop": 816844501
        },
        {
            "start": 816844507,
            "stop": 816844529
        },
        {
            "start": 816844535,
            "stop": 816844549
        },
        {
            "start": 816844557,
            "stop": 816844558
        },
        {
            "start": 816844566,
            "stop": 816844579
        },
        {
            "start": 816844593,
            "stop": 816844627
        },
        {
            "start": 816844662,
            "stop": 816844685
        },
        {
            "start": 816844688,
            "stop": 816844729
        },
        {
            "start": 816844735,
            "stop": 816844737
        }
    ]
}