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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=322",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=320",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 321,
    "results": [
        {
            "start": 821374496,
            "stop": 821377953
        },
        {
            "start": 821378073,
            "stop": 821378074
        },
        {
            "start": 821378194,
            "stop": 821383501
        },
        {
            "start": 821383504,
            "stop": 821384013
        },
        {
            "start": 821384133,
            "stop": 821384793
        },
        {
            "start": 821384810,
            "stop": 821384985
        },
        {
            "start": 821385174,
            "stop": 821387541
        },
        {
            "start": 821387661,
            "stop": 821388441
        },
        {
            "start": 821390722,
            "stop": 821391207
        },
        {
            "start": 821391327,
            "stop": 821391834
        },
        {
            "start": 821392025,
            "stop": 821394297
        },
        {
            "start": 821394441,
            "stop": 821395421
        },
        {
            "start": 821395541,
            "stop": 821397344
        },
        {
            "start": 821397529,
            "stop": 821402160
        },
        {
            "start": 821402220,
            "stop": 821404770
        },
        {
            "start": 821404890,
            "stop": 821405519
        },
        {
            "start": 821405639,
            "stop": 821406664
        },
        {
            "start": 821406784,
            "stop": 821409764
        },
        {
            "start": 821409945,
            "stop": 821415013
        },
        {
            "start": 821415016,
            "stop": 821415984
        }
    ]
}