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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT1/segments?format=api&page=33",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT1/segments?format=api&page=31",
    "results_count": 828,
    "results_per_page": 20,
    "num_pages": 42,
    "page_number": 32,
    "results": [
        {
            "start": 1181522351,
            "stop": 1181577191
        },
        {
            "start": 1181577314,
            "stop": 1181580023
        },
        {
            "start": 1181615025,
            "stop": 1181629244
        },
        {
            "start": 1181640960,
            "stop": 1181641666
        },
        {
            "start": 1181641724,
            "stop": 1181641965
        },
        {
            "start": 1181642327,
            "stop": 1181642505
        },
        {
            "start": 1181642687,
            "stop": 1181644122
        },
        {
            "start": 1181644589,
            "stop": 1181650170
        },
        {
            "start": 1181650232,
            "stop": 1181656290
        },
        {
            "start": 1181656352,
            "stop": 1181659530
        },
        {
            "start": 1181659652,
            "stop": 1181660987
        },
        {
            "start": 1181665572,
            "stop": 1181681075
        },
        {
            "start": 1181681175,
            "stop": 1181691035
        },
        {
            "start": 1181692784,
            "stop": 1181696938
        },
        {
            "start": 1181697011,
            "stop": 1181737558
        },
        {
            "start": 1181738021,
            "stop": 1181845818
        },
        {
            "start": 1181845820,
            "stop": 1181909722
        },
        {
            "start": 1181911831,
            "stop": 1181928956
        },
        {
            "start": 1181953924,
            "stop": 1181977614
        },
        {
            "start": 1181981351,
            "stop": 1181981432
        }
    ]
}