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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=604",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=602",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 603,
    "results": [
        {
            "start": 843871092,
            "stop": 843887075
        },
        {
            "start": 843889175,
            "stop": 843894044
        },
        {
            "start": 843894049,
            "stop": 843896745
        },
        {
            "start": 843896752,
            "stop": 843902038
        },
        {
            "start": 843903770,
            "stop": 843906356
        },
        {
            "start": 843908454,
            "stop": 843910232
        },
        {
            "start": 843910243,
            "stop": 843912270
        },
        {
            "start": 843912281,
            "stop": 843912291
        },
        {
            "start": 843912868,
            "stop": 843921456
        },
        {
            "start": 843947018,
            "stop": 843947227
        },
        {
            "start": 843947234,
            "stop": 843947380
        },
        {
            "start": 843947385,
            "stop": 843947704
        },
        {
            "start": 843947709,
            "stop": 843948858
        },
        {
            "start": 843948863,
            "stop": 843948901
        },
        {
            "start": 843948906,
            "stop": 843949082
        },
        {
            "start": 843949087,
            "stop": 843949173
        },
        {
            "start": 843949178,
            "stop": 843949392
        },
        {
            "start": 843949397,
            "stop": 843949415
        },
        {
            "start": 843949421,
            "stop": 843949514
        },
        {
            "start": 843949525,
            "stop": 843951254
        }
    ]
}