Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9941
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=9942",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9940",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 9941,
    "results": [
        {
            "start": 875051820,
            "stop": 875051940
        },
        {
            "start": 875052000,
            "stop": 875052240
        },
        {
            "start": 875052300,
            "stop": 875052660
        },
        {
            "start": 875052780,
            "stop": 875052900
        },
        {
            "start": 875053020,
            "stop": 875053080
        },
        {
            "start": 875053140,
            "stop": 875053200
        },
        {
            "start": 875053260,
            "stop": 875053380
        },
        {
            "start": 875053680,
            "stop": 875053765
        },
        {
            "start": 875053782,
            "stop": 875053800
        },
        {
            "start": 875053860,
            "stop": 875053920
        },
        {
            "start": 875053980,
            "stop": 875054220
        },
        {
            "start": 875054280,
            "stop": 875054340
        },
        {
            "start": 875054400,
            "stop": 875054580
        },
        {
            "start": 875054640,
            "stop": 875054700
        },
        {
            "start": 875054760,
            "stop": 875055000
        },
        {
            "start": 875055540,
            "stop": 875055600
        },
        {
            "start": 875055720,
            "stop": 875055780
        },
        {
            "start": 875055840,
            "stop": 875055900
        },
        {
            "start": 875058161,
            "stop": 875058240
        },
        {
            "start": 875058300,
            "stop": 875058428
        }
    ]
}