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=3512
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=3513",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3511",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3512,
    "results": [
        {
            "start": 871356900,
            "stop": 871357200
        },
        {
            "start": 871357500,
            "stop": 871357822
        },
        {
            "start": 871357839,
            "stop": 871358100
        },
        {
            "start": 871358160,
            "stop": 871358220
        },
        {
            "start": 871359060,
            "stop": 871359120
        },
        {
            "start": 871359180,
            "stop": 871359300
        },
        {
            "start": 871359660,
            "stop": 871359840
        },
        {
            "start": 871359960,
            "stop": 871360020
        },
        {
            "start": 871360080,
            "stop": 871362043
        },
        {
            "start": 871362060,
            "stop": 871362210
        },
        {
            "start": 871362227,
            "stop": 871362884
        },
        {
            "start": 871362901,
            "stop": 871363073
        },
        {
            "start": 871363090,
            "stop": 871363577
        },
        {
            "start": 871363594,
            "stop": 871365375
        },
        {
            "start": 871365392,
            "stop": 871367416
        },
        {
            "start": 871367420,
            "stop": 871367438
        },
        {
            "start": 871367443,
            "stop": 871369162
        },
        {
            "start": 871369179,
            "stop": 871373857
        },
        {
            "start": 871373874,
            "stop": 871376222
        },
        {
            "start": 871376239,
            "stop": 871376441
        }
    ]
}