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=53
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=54",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=52",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 53,
    "results": [
        {
            "start": 1238247767,
            "stop": 1238248836
        },
        {
            "start": 1238264818,
            "stop": 1238264862
        },
        {
            "start": 1238264863,
            "stop": 1238264874
        },
        {
            "start": 1238264875,
            "stop": 1238264878
        },
        {
            "start": 1238264880,
            "stop": 1238264910
        },
        {
            "start": 1238264911,
            "stop": 1238264997
        },
        {
            "start": 1238264999,
            "stop": 1238265055
        },
        {
            "start": 1238265062,
            "stop": 1238265150
        },
        {
            "start": 1238265154,
            "stop": 1238265155
        },
        {
            "start": 1238265158,
            "stop": 1238265240
        },
        {
            "start": 1238265242,
            "stop": 1238265321
        },
        {
            "start": 1238265323,
            "stop": 1238265521
        },
        {
            "start": 1238265526,
            "stop": 1238265528
        },
        {
            "start": 1238265529,
            "stop": 1238265531
        },
        {
            "start": 1238265534,
            "stop": 1238265537
        },
        {
            "start": 1238265538,
            "stop": 1238265574
        },
        {
            "start": 1238265575,
            "stop": 1238265918
        },
        {
            "start": 1238265919,
            "stop": 1238266160
        },
        {
            "start": 1238266161,
            "stop": 1238266169
        },
        {
            "start": 1238266171,
            "stop": 1238266271
        }
    ]
}