Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=154
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=155",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=153",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 154,
    "results": [
        {
            "start": 1177434587,
            "stop": 1177434641
        },
        {
            "start": 1177434645,
            "stop": 1177434652
        },
        {
            "start": 1177434656,
            "stop": 1177434728
        },
        {
            "start": 1177434732,
            "stop": 1177434789
        },
        {
            "start": 1177434795,
            "stop": 1177434801
        },
        {
            "start": 1177434807,
            "stop": 1177434813
        },
        {
            "start": 1177434818,
            "stop": 1177434945
        },
        {
            "start": 1177434948,
            "stop": 1177434955
        },
        {
            "start": 1177434958,
            "stop": 1177435506
        },
        {
            "start": 1177435507,
            "stop": 1177435812
        },
        {
            "start": 1177435815,
            "stop": 1177435824
        },
        {
            "start": 1177435827,
            "stop": 1177437983
        },
        {
            "start": 1177437985,
            "stop": 1177438255
        },
        {
            "start": 1177438258,
            "stop": 1177438870
        },
        {
            "start": 1177438875,
            "stop": 1177438881
        },
        {
            "start": 1177438887,
            "stop": 1177438895
        },
        {
            "start": 1177438899,
            "stop": 1177438907
        },
        {
            "start": 1177438911,
            "stop": 1177438918
        },
        {
            "start": 1177438919,
            "stop": 1177439071
        },
        {
            "start": 1177439074,
            "stop": 1177439082
        }
    ]
}