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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=255",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=253",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 254,
    "results": [
        {
            "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
        },
        {
            "start": 817869326,
            "stop": 817869420
        },
        {
            "start": 817869439,
            "stop": 817869450
        },
        {
            "start": 817869453,
            "stop": 817869454
        },
        {
            "start": 817869477,
            "stop": 817869482
        },
        {
            "start": 817869485,
            "stop": 817869507
        },
        {
            "start": 817869511,
            "stop": 817869538
        },
        {
            "start": 817869541,
            "stop": 817869544
        },
        {
            "start": 817869547,
            "stop": 817869554
        }
    ]
}