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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1404",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1402",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1403,
    "results": [
        {
            "start": 971250079,
            "stop": 971251280
        },
        {
            "start": 971251282,
            "stop": 971251526
        },
        {
            "start": 971251528,
            "stop": 971253048
        },
        {
            "start": 971255079,
            "stop": 971255282
        },
        {
            "start": 971255284,
            "stop": 971256938
        },
        {
            "start": 971256940,
            "stop": 971258270
        },
        {
            "start": 971258272,
            "stop": 971258520
        },
        {
            "start": 971258521,
            "stop": 971258989
        },
        {
            "start": 971260714,
            "stop": 971261051
        },
        {
            "start": 971261053,
            "stop": 971261635
        },
        {
            "start": 971261637,
            "stop": 971261704
        },
        {
            "start": 971261706,
            "stop": 971262201
        },
        {
            "start": 971263048,
            "stop": 971263205
        },
        {
            "start": 971266746,
            "stop": 971266793
        },
        {
            "start": 971268432,
            "stop": 971269067
        },
        {
            "start": 971271445,
            "stop": 971271712
        },
        {
            "start": 971271714,
            "stop": 971272068
        },
        {
            "start": 971283884,
            "stop": 971283982
        },
        {
            "start": 971287005,
            "stop": 971287394
        },
        {
            "start": 971287396,
            "stop": 971287581
        }
    ]
}