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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8881",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8879",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8880,
    "results": [
        {
            "start": 875051820,
            "stop": 875051940
        },
        {
            "start": 875052000,
            "stop": 875052240
        },
        {
            "start": 875052300,
            "stop": 875052660
        },
        {
            "start": 875052780,
            "stop": 875052900
        },
        {
            "start": 875053020,
            "stop": 875053080
        },
        {
            "start": 875053140,
            "stop": 875053190
        },
        {
            "start": 875053270,
            "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": 875054690
        },
        {
            "start": 875054770,
            "stop": 875055000
        },
        {
            "start": 875055540,
            "stop": 875055600
        },
        {
            "start": 875055720,
            "stop": 875055780
        },
        {
            "start": 875055840,
            "stop": 875055900
        },
        {
            "start": 875058161,
            "stop": 875058240
        },
        {
            "start": 875058300,
            "stop": 875058428
        }
    ]
}