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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=38",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=36",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 37,
    "results": [
        {
            "start": 931270316,
            "stop": 931270330
        },
        {
            "start": 931270338,
            "stop": 931270351
        },
        {
            "start": 931270357,
            "stop": 931270385
        },
        {
            "start": 931270404,
            "stop": 931270680
        },
        {
            "start": 931270686,
            "stop": 931270799
        },
        {
            "start": 931270808,
            "stop": 931270953
        },
        {
            "start": 931270962,
            "stop": 931271077
        },
        {
            "start": 931271083,
            "stop": 931271215
        },
        {
            "start": 931271223,
            "stop": 931271253
        },
        {
            "start": 931271259,
            "stop": 931271268
        },
        {
            "start": 931271273,
            "stop": 931271305
        },
        {
            "start": 931271314,
            "stop": 931271356
        },
        {
            "start": 931271361,
            "stop": 931271665
        },
        {
            "start": 931275027,
            "stop": 931275062
        },
        {
            "start": 931275067,
            "stop": 931275148
        },
        {
            "start": 931275155,
            "stop": 931275667
        },
        {
            "start": 931275672,
            "stop": 931275676
        },
        {
            "start": 931275686,
            "stop": 931275696
        },
        {
            "start": 931283293,
            "stop": 931283294
        },
        {
            "start": 931283339,
            "stop": 931283358
        }
    ]
}