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=144
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=145",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=143",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 144,
    "results": [
        {
            "start": 1264329712,
            "stop": 1264329713
        },
        {
            "start": 1264329714,
            "stop": 1264329715
        },
        {
            "start": 1264329717,
            "stop": 1264329718
        },
        {
            "start": 1264329720,
            "stop": 1264329778
        },
        {
            "start": 1264329779,
            "stop": 1264329781
        },
        {
            "start": 1264329782,
            "stop": 1264329783
        },
        {
            "start": 1264329784,
            "stop": 1264329903
        },
        {
            "start": 1264329904,
            "stop": 1264329924
        },
        {
            "start": 1264329925,
            "stop": 1264329927
        },
        {
            "start": 1264329928,
            "stop": 1264329931
        },
        {
            "start": 1264329932,
            "stop": 1264329961
        },
        {
            "start": 1264329962,
            "stop": 1264329985
        },
        {
            "start": 1264329987,
            "stop": 1264329990
        },
        {
            "start": 1264329991,
            "stop": 1264329992
        },
        {
            "start": 1264329998,
            "stop": 1264330001
        },
        {
            "start": 1264330003,
            "stop": 1264330007
        },
        {
            "start": 1264330008,
            "stop": 1264330009
        },
        {
            "start": 1264330010,
            "stop": 1264330339
        },
        {
            "start": 1264330342,
            "stop": 1264330343
        },
        {
            "start": 1264330344,
            "stop": 1264330347
        }
    ]
}