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=168
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=169",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=167",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 168,
    "results": [
        {
            "start": 817277393,
            "stop": 817277473
        },
        {
            "start": 817277477,
            "stop": 817277509
        },
        {
            "start": 817277529,
            "stop": 817277783
        },
        {
            "start": 817277800,
            "stop": 817278461
        },
        {
            "start": 817278478,
            "stop": 817278960
        },
        {
            "start": 817278987,
            "stop": 817279068
        },
        {
            "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
        }
    ]
}