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=15759
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=15760",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15758",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15759,
    "results": [
        {
            "start": 971168950,
            "stop": 971168953
        },
        {
            "start": 971168956,
            "stop": 971168957
        },
        {
            "start": 971168958,
            "stop": 971168959
        },
        {
            "start": 971168967,
            "stop": 971168968
        },
        {
            "start": 971168969,
            "stop": 971168970
        },
        {
            "start": 971168976,
            "stop": 971168978
        },
        {
            "start": 971168980,
            "stop": 971168981
        },
        {
            "start": 971168982,
            "stop": 971168983
        },
        {
            "start": 971168990,
            "stop": 971168992
        },
        {
            "start": 971168996,
            "stop": 971169000
        },
        {
            "start": 971169001,
            "stop": 971169002
        },
        {
            "start": 971169005,
            "stop": 971169006
        },
        {
            "start": 971169015,
            "stop": 971169016
        },
        {
            "start": 971169019,
            "stop": 971169020
        },
        {
            "start": 971169022,
            "stop": 971169023
        },
        {
            "start": 971169026,
            "stop": 971169028
        },
        {
            "start": 971169032,
            "stop": 971169034
        },
        {
            "start": 971169037,
            "stop": 971169040
        },
        {
            "start": 971169041,
            "stop": 971169043
        },
        {
            "start": 971169049,
            "stop": 971169050
        }
    ]
}