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=205
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=206",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=204",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 205,
    "results": [
        {
            "start": 1264383481,
            "stop": 1264383484
        },
        {
            "start": 1264383485,
            "stop": 1264383599
        },
        {
            "start": 1264383603,
            "stop": 1264383610
        },
        {
            "start": 1264383611,
            "stop": 1264383618
        },
        {
            "start": 1264383620,
            "stop": 1264383651
        },
        {
            "start": 1264383655,
            "stop": 1264383661
        },
        {
            "start": 1264383662,
            "stop": 1264383684
        },
        {
            "start": 1264383687,
            "stop": 1264383712
        },
        {
            "start": 1264383714,
            "stop": 1264383719
        },
        {
            "start": 1264383722,
            "stop": 1264383728
        },
        {
            "start": 1264383730,
            "stop": 1264383746
        },
        {
            "start": 1264383747,
            "stop": 1264383799
        },
        {
            "start": 1264383800,
            "stop": 1264383801
        },
        {
            "start": 1264383802,
            "stop": 1264383817
        },
        {
            "start": 1264383819,
            "stop": 1264383844
        },
        {
            "start": 1264383847,
            "stop": 1264383853
        },
        {
            "start": 1264383856,
            "stop": 1264383862
        },
        {
            "start": 1264383864,
            "stop": 1264383866
        },
        {
            "start": 1264383867,
            "stop": 1264383870
        },
        {
            "start": 1264383872,
            "stop": 1264383880
        }
    ]
}