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=14853
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=14854",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14852",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14853,
    "results": [
        {
            "start": 971403260,
            "stop": 971403266
        },
        {
            "start": 971403267,
            "stop": 971403269
        },
        {
            "start": 971403273,
            "stop": 971403274
        },
        {
            "start": 971403276,
            "stop": 971403289
        },
        {
            "start": 971403290,
            "stop": 971403292
        },
        {
            "start": 971403294,
            "stop": 971403295
        },
        {
            "start": 971403298,
            "stop": 971403304
        },
        {
            "start": 971403306,
            "stop": 971403315
        },
        {
            "start": 971403319,
            "stop": 971403321
        },
        {
            "start": 971403322,
            "stop": 971403323
        },
        {
            "start": 971403325,
            "stop": 971403335
        },
        {
            "start": 971403336,
            "stop": 971403339
        },
        {
            "start": 971403340,
            "stop": 971403353
        },
        {
            "start": 971403355,
            "stop": 971403360
        },
        {
            "start": 971403363,
            "stop": 971403366
        },
        {
            "start": 971403367,
            "stop": 971403373
        },
        {
            "start": 971403374,
            "stop": 971403375
        },
        {
            "start": 971403378,
            "stop": 971403384
        },
        {
            "start": 971403385,
            "stop": 971403390
        },
        {
            "start": 971403391,
            "stop": 971403396
        }
    ]
}