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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=298",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=296",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 297,
    "results": [
        {
            "start": 1181385105,
            "stop": 1181385107
        },
        {
            "start": 1181385108,
            "stop": 1181385110
        },
        {
            "start": 1181385111,
            "stop": 1181385222
        },
        {
            "start": 1181385223,
            "stop": 1181385245
        },
        {
            "start": 1181385246,
            "stop": 1181385297
        },
        {
            "start": 1181385299,
            "stop": 1181385305
        },
        {
            "start": 1181385307,
            "stop": 1181385314
        },
        {
            "start": 1181385316,
            "stop": 1181385317
        },
        {
            "start": 1181385318,
            "stop": 1181385321
        },
        {
            "start": 1181385322,
            "stop": 1181385323
        },
        {
            "start": 1181385324,
            "stop": 1181385326
        },
        {
            "start": 1181385327,
            "stop": 1181385539
        },
        {
            "start": 1181385540,
            "stop": 1181385542
        },
        {
            "start": 1181385543,
            "stop": 1181385547
        },
        {
            "start": 1181385548,
            "stop": 1181385622
        },
        {
            "start": 1181385623,
            "stop": 1181385635
        },
        {
            "start": 1181385636,
            "stop": 1181385639
        },
        {
            "start": 1181385641,
            "stop": 1181385642
        },
        {
            "start": 1181385643,
            "stop": 1181385645
        },
        {
            "start": 1181385646,
            "stop": 1181385647
        }
    ]
}