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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=153",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=151",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 152,
    "results": [
        {
            "start": 826473918,
            "stop": 826474699
        },
        {
            "start": 826474701,
            "stop": 826475922
        },
        {
            "start": 826475930,
            "stop": 826476361
        },
        {
            "start": 826476363,
            "stop": 826476584
        },
        {
            "start": 826476585,
            "stop": 826477712
        },
        {
            "start": 826477715,
            "stop": 826478332
        },
        {
            "start": 826478338,
            "stop": 826478477
        },
        {
            "start": 826481668,
            "stop": 826487670
        },
        {
            "start": 826487730,
            "stop": 826489410
        },
        {
            "start": 826489470,
            "stop": 826489479
        },
        {
            "start": 826491598,
            "stop": 826497018
        },
        {
            "start": 826497128,
            "stop": 826497333
        },
        {
            "start": 826497633,
            "stop": 826501235
        },
        {
            "start": 826501240,
            "stop": 826501252
        },
        {
            "start": 826501258,
            "stop": 826507294
        },
        {
            "start": 826507602,
            "stop": 826538548
        },
        {
            "start": 826538550,
            "stop": 826538559
        },
        {
            "start": 826538563,
            "stop": 826547971
        },
        {
            "start": 826553416,
            "stop": 826553752
        },
        {
            "start": 826553754,
            "stop": 826553773
        }
    ]
}