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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14157",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14155",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14156,
    "results": [
        {
            "start": 971164976,
            "stop": 971164977
        },
        {
            "start": 971164980,
            "stop": 971164982
        },
        {
            "start": 971164989,
            "stop": 971164996
        },
        {
            "start": 971165001,
            "stop": 971165005
        },
        {
            "start": 971165006,
            "stop": 971165007
        },
        {
            "start": 971165009,
            "stop": 971165017
        },
        {
            "start": 971165019,
            "stop": 971165020
        },
        {
            "start": 971165021,
            "stop": 971165022
        },
        {
            "start": 971165029,
            "stop": 971165032
        },
        {
            "start": 971165034,
            "stop": 971165039
        },
        {
            "start": 971165050,
            "stop": 971165051
        },
        {
            "start": 971165055,
            "stop": 971165061
        },
        {
            "start": 971165064,
            "stop": 971165067
        },
        {
            "start": 971165069,
            "stop": 971165073
        },
        {
            "start": 971165076,
            "stop": 971165079
        },
        {
            "start": 971165083,
            "stop": 971165086
        },
        {
            "start": 971165092,
            "stop": 971165094
        },
        {
            "start": 971165096,
            "stop": 971165097
        },
        {
            "start": 971165098,
            "stop": 971165100
        },
        {
            "start": 971165101,
            "stop": 971165105
        }
    ]
}