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=213
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=214",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=212",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 213,
    "results": [
        {
            "start": 1264386779,
            "stop": 1264386784
        },
        {
            "start": 1264386786,
            "stop": 1264386791
        },
        {
            "start": 1264386793,
            "stop": 1264386800
        },
        {
            "start": 1264386801,
            "stop": 1264386809
        },
        {
            "start": 1264386810,
            "stop": 1264386816
        },
        {
            "start": 1264386817,
            "stop": 1264386820
        },
        {
            "start": 1264386822,
            "stop": 1264386825
        },
        {
            "start": 1264386826,
            "stop": 1264386828
        },
        {
            "start": 1264386830,
            "stop": 1264386833
        },
        {
            "start": 1264386835,
            "stop": 1264386840
        },
        {
            "start": 1264386842,
            "stop": 1264386849
        },
        {
            "start": 1264386851,
            "stop": 1264386970
        },
        {
            "start": 1264386972,
            "stop": 1264387006
        },
        {
            "start": 1264387008,
            "stop": 1264387064
        },
        {
            "start": 1264387067,
            "stop": 1264387262
        },
        {
            "start": 1264387263,
            "stop": 1264387275
        },
        {
            "start": 1264387278,
            "stop": 1264387369
        },
        {
            "start": 1264387370,
            "stop": 1264387487
        },
        {
            "start": 1264387490,
            "stop": 1264387496
        },
        {
            "start": 1264387497,
            "stop": 1264387499
        }
    ]
}