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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1007",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1005",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 1006,
    "results": [
        {
            "start": 1251984041,
            "stop": 1251987804
        },
        {
            "start": 1251987807,
            "stop": 1251992304
        },
        {
            "start": 1251992307,
            "stop": 1251992589
        },
        {
            "start": 1251992592,
            "stop": 1251995518
        },
        {
            "start": 1251995522,
            "stop": 1251996282
        },
        {
            "start": 1251996286,
            "stop": 1251998711
        },
        {
            "start": 1251998715,
            "stop": 1252003706
        },
        {
            "start": 1252003711,
            "stop": 1252004330
        },
        {
            "start": 1252004338,
            "stop": 1252006905
        },
        {
            "start": 1252008725,
            "stop": 1252010719
        },
        {
            "start": 1252010724,
            "stop": 1252014034
        },
        {
            "start": 1252014038,
            "stop": 1252015019
        },
        {
            "start": 1252017048,
            "stop": 1252017905
        },
        {
            "start": 1252017909,
            "stop": 1252018094
        },
        {
            "start": 1252018097,
            "stop": 1252018328
        },
        {
            "start": 1252018333,
            "stop": 1252023946
        },
        {
            "start": 1252023950,
            "stop": 1252024869
        },
        {
            "start": 1252024874,
            "stop": 1252025291
        },
        {
            "start": 1252025294,
            "stop": 1252026002
        },
        {
            "start": 1252026007,
            "stop": 1252026155
        }
    ]
}