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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=243",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=241",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 242,
    "results": [
        {
            "start": 817868485,
            "stop": 817868488
        },
        {
            "start": 817868492,
            "stop": 817868494
        },
        {
            "start": 817868505,
            "stop": 817868513
        },
        {
            "start": 817868516,
            "stop": 817868520
        },
        {
            "start": 817868523,
            "stop": 817868527
        },
        {
            "start": 817868550,
            "stop": 817868581
        },
        {
            "start": 817868584,
            "stop": 817868616
        },
        {
            "start": 817868636,
            "stop": 817868684
        },
        {
            "start": 817868688,
            "stop": 817868694
        },
        {
            "start": 817868698,
            "stop": 817868739
        },
        {
            "start": 817868765,
            "stop": 817868835
        },
        {
            "start": 817868839,
            "stop": 817868870
        },
        {
            "start": 817868874,
            "stop": 817868889
        },
        {
            "start": 817868909,
            "stop": 817869047
        },
        {
            "start": 817869066,
            "stop": 817869140
        },
        {
            "start": 817869144,
            "stop": 817869184
        },
        {
            "start": 817869187,
            "stop": 817869190
        },
        {
            "start": 817869194,
            "stop": 817869240
        },
        {
            "start": 817869244,
            "stop": 817869291
        },
        {
            "start": 817869310,
            "stop": 817869323
        }
    ]
}