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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10172",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10170",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10171,
    "results": [
        {
            "start": 873808216,
            "stop": 873808223
        },
        {
            "start": 873808233,
            "stop": 873808289
        },
        {
            "start": 873808324,
            "stop": 873808330
        },
        {
            "start": 873808338,
            "stop": 873808503
        },
        {
            "start": 873808511,
            "stop": 873808620
        },
        {
            "start": 873808654,
            "stop": 873808740
        },
        {
            "start": 873808860,
            "stop": 873809041
        },
        {
            "start": 873809049,
            "stop": 873809059
        },
        {
            "start": 873809067,
            "stop": 873809231
        },
        {
            "start": 873809245,
            "stop": 873809294
        },
        {
            "start": 873809310,
            "stop": 873809333
        },
        {
            "start": 873809340,
            "stop": 873809521
        },
        {
            "start": 873809532,
            "stop": 873809638
        },
        {
            "start": 873809646,
            "stop": 873809936
        },
        {
            "start": 873809950,
            "stop": 873810182
        },
        {
            "start": 873810190,
            "stop": 873810248
        },
        {
            "start": 873810263,
            "stop": 873810300
        },
        {
            "start": 873810420,
            "stop": 873810469
        },
        {
            "start": 873810477,
            "stop": 873810480
        },
        {
            "start": 873810488,
            "stop": 873810540
        }
    ]
}