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=3603
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=3604",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3602",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3603,
    "results": [
        {
            "start": 872025843,
            "stop": 872026052
        },
        {
            "start": 872026069,
            "stop": 872026500
        },
        {
            "start": 872026620,
            "stop": 872026929
        },
        {
            "start": 872026933,
            "stop": 872027598
        },
        {
            "start": 872027615,
            "stop": 872028000
        },
        {
            "start": 872028240,
            "stop": 872028713
        },
        {
            "start": 872028730,
            "stop": 872028810
        },
        {
            "start": 872028827,
            "stop": 872028839
        },
        {
            "start": 872028856,
            "stop": 872028913
        },
        {
            "start": 872028930,
            "stop": 872029330
        },
        {
            "start": 872029347,
            "stop": 872030112
        },
        {
            "start": 872030129,
            "stop": 872030130
        },
        {
            "start": 872030147,
            "stop": 872030640
        },
        {
            "start": 872030705,
            "stop": 872030828
        },
        {
            "start": 872032214,
            "stop": 872032307
        },
        {
            "start": 872032326,
            "stop": 872033181
        },
        {
            "start": 872033198,
            "stop": 872033640
        },
        {
            "start": 872033700,
            "stop": 872033792
        },
        {
            "start": 872033811,
            "stop": 872035756
        },
        {
            "start": 872035773,
            "stop": 872035805
        }
    ]
}