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=243
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=244",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=242",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 243,
    "results": [
        {
            "start": 1264403453,
            "stop": 1264403454
        },
        {
            "start": 1264403455,
            "stop": 1264403468
        },
        {
            "start": 1264403469,
            "stop": 1264403478
        },
        {
            "start": 1264403480,
            "stop": 1264403519
        },
        {
            "start": 1264403521,
            "stop": 1264403562
        },
        {
            "start": 1264403563,
            "stop": 1264403569
        },
        {
            "start": 1264403573,
            "stop": 1264403614
        },
        {
            "start": 1264403615,
            "stop": 1264403616
        },
        {
            "start": 1264403617,
            "stop": 1264403631
        },
        {
            "start": 1264403632,
            "stop": 1264403637
        },
        {
            "start": 1264403640,
            "stop": 1264403648
        },
        {
            "start": 1264403650,
            "stop": 1264403652
        },
        {
            "start": 1264403653,
            "stop": 1264403662
        },
        {
            "start": 1264403663,
            "stop": 1264403678
        },
        {
            "start": 1264403679,
            "stop": 1264403688
        },
        {
            "start": 1264403689,
            "stop": 1264403693
        },
        {
            "start": 1264403694,
            "stop": 1264403703
        },
        {
            "start": 1264403705,
            "stop": 1264403708
        },
        {
            "start": 1264403710,
            "stop": 1264403752
        },
        {
            "start": 1264403754,
            "stop": 1264403765
        }
    ]
}