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/O4a/timelines/L1_CBC_CAT2/segments?format=api&page=10
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_CBC_CAT2/segments?format=api&page=11",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_CBC_CAT2/segments?format=api&page=9",
    "results_count": 568,
    "results_per_page": 20,
    "num_pages": 29,
    "page_number": 10,
    "results": [
        {
            "start": 1374744096,
            "stop": 1374745857
        },
        {
            "start": 1374746140,
            "stop": 1374746441
        },
        {
            "start": 1374746726,
            "stop": 1374747487
        },
        {
            "start": 1374747767,
            "stop": 1374749718
        },
        {
            "start": 1374749973,
            "stop": 1374750421
        },
        {
            "start": 1374750710,
            "stop": 1374750971
        },
        {
            "start": 1374751280,
            "stop": 1374751294
        },
        {
            "start": 1374751902,
            "stop": 1374835912
        },
        {
            "start": 1374874753,
            "stop": 1374875804
        },
        {
            "start": 1374876598,
            "stop": 1374913617
        },
        {
            "start": 1374916779,
            "stop": 1374922264
        },
        {
            "start": 1374959238,
            "stop": 1374960177
        },
        {
            "start": 1374961987,
            "stop": 1374969747
        },
        {
            "start": 1374971607,
            "stop": 1375008358
        },
        {
            "start": 1375066722,
            "stop": 1375091971
        },
        {
            "start": 1375140731,
            "stop": 1375182155
        },
        {
            "start": 1375188036,
            "stop": 1375188039
        },
        {
            "start": 1375214799,
            "stop": 1375216873
        },
        {
            "start": 1375219636,
            "stop": 1375281535
        },
        {
            "start": 1375285532,
            "stop": 1375299348
        }
    ]
}