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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=159",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=157",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 158,
    "results": [
        {
            "start": 1264347178,
            "stop": 1264347182
        },
        {
            "start": 1264347183,
            "stop": 1264347195
        },
        {
            "start": 1264347196,
            "stop": 1264347198
        },
        {
            "start": 1264347202,
            "stop": 1264347209
        },
        {
            "start": 1264347214,
            "stop": 1264347216
        },
        {
            "start": 1264347218,
            "stop": 1264347339
        },
        {
            "start": 1264347340,
            "stop": 1264347349
        },
        {
            "start": 1264347350,
            "stop": 1264347382
        },
        {
            "start": 1264347383,
            "stop": 1264347384
        },
        {
            "start": 1264347385,
            "stop": 1264347387
        },
        {
            "start": 1264347391,
            "stop": 1264347392
        },
        {
            "start": 1264347394,
            "stop": 1264347395
        },
        {
            "start": 1264347400,
            "stop": 1264347415
        },
        {
            "start": 1264347416,
            "stop": 1264347417
        },
        {
            "start": 1264347418,
            "stop": 1264347419
        },
        {
            "start": 1264347421,
            "stop": 1264347422
        },
        {
            "start": 1264347423,
            "stop": 1264347430
        },
        {
            "start": 1264347433,
            "stop": 1264347434
        },
        {
            "start": 1264347435,
            "stop": 1264347468
        },
        {
            "start": 1264347470,
            "stop": 1264347471
        }
    ]
}