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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40793",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40791",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40792,
    "results": [
        {
            "start": 875004469,
            "stop": 875004474
        },
        {
            "start": 875004476,
            "stop": 875004579
        },
        {
            "start": 875004581,
            "stop": 875004632
        },
        {
            "start": 875004633,
            "stop": 875004664
        },
        {
            "start": 875004666,
            "stop": 875004680
        },
        {
            "start": 875004681,
            "stop": 875004750
        },
        {
            "start": 875004751,
            "stop": 875004764
        },
        {
            "start": 875004766,
            "stop": 875004771
        },
        {
            "start": 875004772,
            "stop": 875004814
        },
        {
            "start": 875004815,
            "stop": 875004826
        },
        {
            "start": 875004827,
            "stop": 875004836
        },
        {
            "start": 875004837,
            "stop": 875004898
        },
        {
            "start": 875004960,
            "stop": 875005010
        },
        {
            "start": 875005011,
            "stop": 875005070
        },
        {
            "start": 875005071,
            "stop": 875005107
        },
        {
            "start": 875005108,
            "stop": 875005112
        },
        {
            "start": 875005113,
            "stop": 875005122
        },
        {
            "start": 875005123,
            "stop": 875005155
        },
        {
            "start": 875005156,
            "stop": 875005229
        },
        {
            "start": 875005230,
            "stop": 875005325
        }
    ]
}