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=163
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=164",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=162",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 163,
    "results": [
        {
            "start": 817279088,
            "stop": 817279438
        },
        {
            "start": 817279455,
            "stop": 817280596
        },
        {
            "start": 817280615,
            "stop": 817280987
        },
        {
            "start": 817281007,
            "stop": 817281011
        },
        {
            "start": 817281029,
            "stop": 817281042
        },
        {
            "start": 817281045,
            "stop": 817281484
        },
        {
            "start": 817281501,
            "stop": 817282088
        },
        {
            "start": 817282110,
            "stop": 817282433
        },
        {
            "start": 817282453,
            "stop": 817282690
        },
        {
            "start": 817282723,
            "stop": 817282978
        },
        {
            "start": 817283108,
            "stop": 817283229
        },
        {
            "start": 817283249,
            "stop": 817284506
        },
        {
            "start": 817284526,
            "stop": 817284651
        },
        {
            "start": 817284668,
            "stop": 817284716
        },
        {
            "start": 817284733,
            "stop": 817284831
        },
        {
            "start": 817284848,
            "stop": 817286395
        },
        {
            "start": 817286398,
            "stop": 817286400
        },
        {
            "start": 817286404,
            "stop": 817286430
        },
        {
            "start": 817290054,
            "stop": 817290085
        },
        {
            "start": 817290106,
            "stop": 817290178
        }
    ]
}