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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5344",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5342",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5343,
    "results": [
        {
            "start": 971261061,
            "stop": 971261090
        },
        {
            "start": 971261093,
            "stop": 971261149
        },
        {
            "start": 971261153,
            "stop": 971261217
        },
        {
            "start": 971261220,
            "stop": 971261386
        },
        {
            "start": 971261389,
            "stop": 971261627
        },
        {
            "start": 971261645,
            "stop": 971261696
        },
        {
            "start": 971261714,
            "stop": 971261812
        },
        {
            "start": 971261815,
            "stop": 971261848
        },
        {
            "start": 971261851,
            "stop": 971262201
        },
        {
            "start": 971263048,
            "stop": 971263118
        },
        {
            "start": 971263121,
            "stop": 971263205
        },
        {
            "start": 971266746,
            "stop": 971266750
        },
        {
            "start": 971266753,
            "stop": 971266793
        },
        {
            "start": 971268432,
            "stop": 971268716
        },
        {
            "start": 971268719,
            "stop": 971268802
        },
        {
            "start": 971268805,
            "stop": 971268880
        },
        {
            "start": 971268883,
            "stop": 971269067
        },
        {
            "start": 971271445,
            "stop": 971271704
        },
        {
            "start": 971271722,
            "stop": 971271962
        },
        {
            "start": 971271965,
            "stop": 971272068
        }
    ]
}