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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14911",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14909",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14910,
    "results": [
        {
            "start": 971502994,
            "stop": 971503208
        },
        {
            "start": 971503211,
            "stop": 971503255
        },
        {
            "start": 971503258,
            "stop": 971503260
        },
        {
            "start": 971503263,
            "stop": 971503325
        },
        {
            "start": 971503328,
            "stop": 971503962
        },
        {
            "start": 971503965,
            "stop": 971504068
        },
        {
            "start": 971504071,
            "stop": 971504515
        },
        {
            "start": 971504518,
            "stop": 971504781
        },
        {
            "start": 971504784,
            "stop": 971505288
        },
        {
            "start": 971505291,
            "stop": 971505566
        },
        {
            "start": 971505569,
            "stop": 971506144
        },
        {
            "start": 971506146,
            "stop": 971506322
        },
        {
            "start": 971506325,
            "stop": 971506760
        },
        {
            "start": 971506793,
            "stop": 971507729
        },
        {
            "start": 971507732,
            "stop": 971509813
        },
        {
            "start": 971509816,
            "stop": 971510006
        },
        {
            "start": 971510009,
            "stop": 971510079
        },
        {
            "start": 971510082,
            "stop": 971510089
        },
        {
            "start": 971510092,
            "stop": 971510593
        },
        {
            "start": 971510596,
            "stop": 971511927
        }
    ]
}