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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5012",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5010",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5011,
    "results": [
        {
            "start": 874548676,
            "stop": 874548713
        },
        {
            "start": 874548720,
            "stop": 874548763
        },
        {
            "start": 874548771,
            "stop": 874548852
        },
        {
            "start": 874548859,
            "stop": 874548885
        },
        {
            "start": 874548892,
            "stop": 874548919
        },
        {
            "start": 874548926,
            "stop": 874548950
        },
        {
            "start": 874548963,
            "stop": 874549013
        },
        {
            "start": 874549020,
            "stop": 874549073
        },
        {
            "start": 874549081,
            "stop": 874549151
        },
        {
            "start": 874549159,
            "stop": 874549240
        },
        {
            "start": 874549247,
            "stop": 874549318
        },
        {
            "start": 874549326,
            "stop": 874549331
        },
        {
            "start": 874549338,
            "stop": 874549348
        },
        {
            "start": 874549355,
            "stop": 874549432
        },
        {
            "start": 874549439,
            "stop": 874549480
        },
        {
            "start": 874549488,
            "stop": 874549514
        },
        {
            "start": 874549521,
            "stop": 874549548
        },
        {
            "start": 874549556,
            "stop": 874549565
        },
        {
            "start": 874549572,
            "stop": 874549637
        },
        {
            "start": 874549649,
            "stop": 874549667
        }
    ]
}