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=210
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=211",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=209",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 210,
    "results": [
        {
            "start": 1264385691,
            "stop": 1264385693
        },
        {
            "start": 1264385694,
            "stop": 1264385697
        },
        {
            "start": 1264385699,
            "stop": 1264385700
        },
        {
            "start": 1264385702,
            "stop": 1264385705
        },
        {
            "start": 1264385707,
            "stop": 1264385713
        },
        {
            "start": 1264385716,
            "stop": 1264385721
        },
        {
            "start": 1264385723,
            "stop": 1264385728
        },
        {
            "start": 1264385729,
            "stop": 1264385734
        },
        {
            "start": 1264385735,
            "stop": 1264385738
        },
        {
            "start": 1264385739,
            "stop": 1264385743
        },
        {
            "start": 1264385744,
            "stop": 1264385745
        },
        {
            "start": 1264385746,
            "stop": 1264385752
        },
        {
            "start": 1264385754,
            "stop": 1264385755
        },
        {
            "start": 1264385756,
            "stop": 1264385757
        },
        {
            "start": 1264385761,
            "stop": 1264385795
        },
        {
            "start": 1264385810,
            "stop": 1264385813
        },
        {
            "start": 1264385815,
            "stop": 1264385894
        },
        {
            "start": 1264385896,
            "stop": 1264385907
        },
        {
            "start": 1264385910,
            "stop": 1264385911
        },
        {
            "start": 1264385913,
            "stop": 1264385914
        }
    ]
}