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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=300",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=298",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 299,
    "results": [
        {
            "start": 820912860,
            "stop": 820913098
        },
        {
            "start": 820913101,
            "stop": 820913120
        },
        {
            "start": 820913152,
            "stop": 820913158
        },
        {
            "start": 820913220,
            "stop": 820913336
        },
        {
            "start": 820913340,
            "stop": 820913359
        },
        {
            "start": 820913362,
            "stop": 820913475
        },
        {
            "start": 820913478,
            "stop": 820913506
        },
        {
            "start": 820913670,
            "stop": 820913801
        },
        {
            "start": 820913805,
            "stop": 820913940
        },
        {
            "start": 820914000,
            "stop": 820914180
        },
        {
            "start": 820914240,
            "stop": 820914334
        },
        {
            "start": 820914337,
            "stop": 820914737
        },
        {
            "start": 820914741,
            "stop": 820914752
        },
        {
            "start": 820914755,
            "stop": 820915020
        },
        {
            "start": 820915080,
            "stop": 820915293
        },
        {
            "start": 820915296,
            "stop": 820915848
        },
        {
            "start": 820915851,
            "stop": 820915918
        },
        {
            "start": 820915921,
            "stop": 820916040
        },
        {
            "start": 820916100,
            "stop": 820916616
        },
        {
            "start": 820916619,
            "stop": 820916748
        }
    ]
}