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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_CBC_CAT3/segments?format=api&page=5",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_CBC_CAT3/segments?format=api&page=3",
    "results_count": 792,
    "results_per_page": 20,
    "num_pages": 40,
    "page_number": 4,
    "results": [
        {
            "start": 1127388136,
            "stop": 1127391599
        },
        {
            "start": 1127391601,
            "stop": 1127409171
        },
        {
            "start": 1127421514,
            "stop": 1127423148
        },
        {
            "start": 1127423150,
            "stop": 1127423152
        },
        {
            "start": 1127425104,
            "stop": 1127425534
        },
        {
            "start": 1127425536,
            "stop": 1127435600
        },
        {
            "start": 1127436136,
            "stop": 1127436816
        },
        {
            "start": 1127436817,
            "stop": 1127436818
        },
        {
            "start": 1127442184,
            "stop": 1127460551
        },
        {
            "start": 1127464807,
            "stop": 1127464892
        },
        {
            "start": 1127464893,
            "stop": 1127464895
        },
        {
            "start": 1127467057,
            "stop": 1127480974
        },
        {
            "start": 1127481224,
            "stop": 1127482996
        },
        {
            "start": 1127482997,
            "stop": 1127483226
        },
        {
            "start": 1127496739,
            "stop": 1127506090
        },
        {
            "start": 1127506091,
            "stop": 1127506095
        },
        {
            "start": 1127507785,
            "stop": 1127508496
        },
        {
            "start": 1127512184,
            "stop": 1127565085
        },
        {
            "start": 1127588468,
            "stop": 1127596191
        },
        {
            "start": 1127596424,
            "stop": 1127610119
        }
    ]
}