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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3603",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3601",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3602,
    "results": [
        {
            "start": 872020639,
            "stop": 872020680
        },
        {
            "start": 872020740,
            "stop": 872020860
        },
        {
            "start": 872020920,
            "stop": 872020995
        },
        {
            "start": 872021013,
            "stop": 872021107
        },
        {
            "start": 872021111,
            "stop": 872021162
        },
        {
            "start": 872021179,
            "stop": 872021221
        },
        {
            "start": 872021225,
            "stop": 872021765
        },
        {
            "start": 872021782,
            "stop": 872021846
        },
        {
            "start": 872021865,
            "stop": 872021975
        },
        {
            "start": 872021994,
            "stop": 872022035
        },
        {
            "start": 872022054,
            "stop": 872022280
        },
        {
            "start": 872022297,
            "stop": 872022617
        },
        {
            "start": 872022634,
            "stop": 872022712
        },
        {
            "start": 872022729,
            "stop": 872022780
        },
        {
            "start": 872022840,
            "stop": 872022883
        },
        {
            "start": 872022900,
            "stop": 872023104
        },
        {
            "start": 872023128,
            "stop": 872023140
        },
        {
            "start": 872023200,
            "stop": 872023800
        },
        {
            "start": 872023860,
            "stop": 872025205
        },
        {
            "start": 872025222,
            "stop": 872025826
        }
    ]
}