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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1868",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1866",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1867,
    "results": [
        {
            "start": 968355500,
            "stop": 968355820
        },
        {
            "start": 968355822,
            "stop": 968355840
        },
        {
            "start": 968355842,
            "stop": 968355916
        },
        {
            "start": 968355918,
            "stop": 968355925
        },
        {
            "start": 968355927,
            "stop": 968356059
        },
        {
            "start": 968356061,
            "stop": 968356530
        },
        {
            "start": 968356531,
            "stop": 968356878
        },
        {
            "start": 968356880,
            "stop": 968356934
        },
        {
            "start": 968356936,
            "stop": 968356942
        },
        {
            "start": 968356944,
            "stop": 968356954
        },
        {
            "start": 968356956,
            "stop": 968356964
        },
        {
            "start": 968356966,
            "stop": 968357075
        },
        {
            "start": 968357076,
            "stop": 968357314
        },
        {
            "start": 968357316,
            "stop": 968357556
        },
        {
            "start": 968357560,
            "stop": 968357567
        },
        {
            "start": 968357570,
            "stop": 968357575
        },
        {
            "start": 968357577,
            "stop": 968357598
        },
        {
            "start": 968357600,
            "stop": 968358596
        },
        {
            "start": 968358598,
            "stop": 968362443
        },
        {
            "start": 968362870,
            "stop": 968363584
        }
    ]
}