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=60
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=61",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=59",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 60,
    "results": [
        {
            "start": 931394722,
            "stop": 931394812
        },
        {
            "start": 931394818,
            "stop": 931394848
        },
        {
            "start": 931394854,
            "stop": 931394991
        },
        {
            "start": 931394997,
            "stop": 931395073
        },
        {
            "start": 931395079,
            "stop": 931395151
        },
        {
            "start": 931395157,
            "stop": 931395259
        },
        {
            "start": 931395265,
            "stop": 931395285
        },
        {
            "start": 931395291,
            "stop": 931395306
        },
        {
            "start": 931395312,
            "stop": 931395344
        },
        {
            "start": 931395350,
            "stop": 931395356
        },
        {
            "start": 931395362,
            "stop": 931395367
        },
        {
            "start": 931395372,
            "stop": 931395394
        },
        {
            "start": 931395400,
            "stop": 931395505
        },
        {
            "start": 931395511,
            "stop": 931395599
        },
        {
            "start": 931395604,
            "stop": 931395699
        },
        {
            "start": 931395707,
            "stop": 931395709
        },
        {
            "start": 931395715,
            "stop": 931395930
        },
        {
            "start": 931395936,
            "stop": 931395943
        },
        {
            "start": 931395948,
            "stop": 931396019
        },
        {
            "start": 931396025,
            "stop": 931396113
        }
    ]
}