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=283
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=284",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=282",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 283,
    "results": [
        {
            "start": 1264760238,
            "stop": 1264760239
        },
        {
            "start": 1264760241,
            "stop": 1264760244
        },
        {
            "start": 1264760246,
            "stop": 1264760261
        },
        {
            "start": 1264760263,
            "stop": 1264760274
        },
        {
            "start": 1264760278,
            "stop": 1264760284
        },
        {
            "start": 1264760286,
            "stop": 1264760314
        },
        {
            "start": 1264760315,
            "stop": 1264760317
        },
        {
            "start": 1264760318,
            "stop": 1264760319
        },
        {
            "start": 1264760320,
            "stop": 1264760322
        },
        {
            "start": 1264760323,
            "stop": 1264760330
        },
        {
            "start": 1264760331,
            "stop": 1264760334
        },
        {
            "start": 1264760337,
            "stop": 1264760339
        },
        {
            "start": 1264760341,
            "stop": 1264760347
        },
        {
            "start": 1264760348,
            "stop": 1264760440
        },
        {
            "start": 1264760441,
            "stop": 1264762462
        },
        {
            "start": 1264762463,
            "stop": 1264762466
        },
        {
            "start": 1264762467,
            "stop": 1264762487
        },
        {
            "start": 1264762492,
            "stop": 1264762495
        },
        {
            "start": 1264762496,
            "stop": 1264762514
        },
        {
            "start": 1264762515,
            "stop": 1264762522
        }
    ]
}