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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4137",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4135",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4136,
    "results": [
        {
            "start": 874280385,
            "stop": 874280439
        },
        {
            "start": 874280458,
            "stop": 874280605
        },
        {
            "start": 874280624,
            "stop": 874280640
        },
        {
            "start": 874280805,
            "stop": 874280813
        },
        {
            "start": 874280832,
            "stop": 874280857
        },
        {
            "start": 874280879,
            "stop": 874280881
        },
        {
            "start": 874280900,
            "stop": 874280907
        },
        {
            "start": 874280926,
            "stop": 874280927
        },
        {
            "start": 874280946,
            "stop": 874280953
        },
        {
            "start": 874281003,
            "stop": 874281082
        },
        {
            "start": 874281101,
            "stop": 874281123
        },
        {
            "start": 874281152,
            "stop": 874281196
        },
        {
            "start": 874281215,
            "stop": 874281328
        },
        {
            "start": 874281482,
            "stop": 874281510
        },
        {
            "start": 874281734,
            "stop": 874281748
        },
        {
            "start": 874281771,
            "stop": 874281780
        },
        {
            "start": 874281840,
            "stop": 874281960
        },
        {
            "start": 874282034,
            "stop": 874282088
        },
        {
            "start": 874282113,
            "stop": 874282140
        },
        {
            "start": 874282200,
            "stop": 874282225
        }
    ]
}