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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=187",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=185",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 186,
    "results": [
        {
            "start": 1264374947,
            "stop": 1264375057
        },
        {
            "start": 1264375059,
            "stop": 1264375065
        },
        {
            "start": 1264375067,
            "stop": 1264375078
        },
        {
            "start": 1264375079,
            "stop": 1264375081
        },
        {
            "start": 1264375082,
            "stop": 1264375132
        },
        {
            "start": 1264375135,
            "stop": 1264375136
        },
        {
            "start": 1264375137,
            "stop": 1264375140
        },
        {
            "start": 1264375143,
            "stop": 1264375149
        },
        {
            "start": 1264375151,
            "stop": 1264375156
        },
        {
            "start": 1264375159,
            "stop": 1264375229
        },
        {
            "start": 1264375231,
            "stop": 1264375232
        },
        {
            "start": 1264375233,
            "stop": 1264375261
        },
        {
            "start": 1264375263,
            "stop": 1264375314
        },
        {
            "start": 1264375316,
            "stop": 1264375321
        },
        {
            "start": 1264375322,
            "stop": 1264375336
        },
        {
            "start": 1264375339,
            "stop": 1264375356
        },
        {
            "start": 1264375357,
            "stop": 1264375385
        },
        {
            "start": 1264375387,
            "stop": 1264375393
        },
        {
            "start": 1264375395,
            "stop": 1264375421
        },
        {
            "start": 1264375424,
            "stop": 1264375452
        }
    ]
}