Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=293
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=294",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=292",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 293,
    "results": [
        {
            "start": 1264767913,
            "stop": 1264767916
        },
        {
            "start": 1264767917,
            "stop": 1264767919
        },
        {
            "start": 1264767920,
            "stop": 1264767923
        },
        {
            "start": 1264767926,
            "stop": 1264767944
        },
        {
            "start": 1264767946,
            "stop": 1264767955
        },
        {
            "start": 1264767959,
            "stop": 1264767966
        },
        {
            "start": 1264767968,
            "stop": 1264767972
        },
        {
            "start": 1264767973,
            "stop": 1264767974
        },
        {
            "start": 1264767975,
            "stop": 1264767980
        },
        {
            "start": 1264767981,
            "stop": 1264767986
        },
        {
            "start": 1264767987,
            "stop": 1264767988
        },
        {
            "start": 1264767989,
            "stop": 1264768010
        },
        {
            "start": 1264768011,
            "stop": 1264768015
        },
        {
            "start": 1264768019,
            "stop": 1264768020
        },
        {
            "start": 1264768021,
            "stop": 1264768025
        },
        {
            "start": 1264768028,
            "stop": 1264768031
        },
        {
            "start": 1264768032,
            "stop": 1264769232
        },
        {
            "start": 1264769233,
            "stop": 1264769234
        },
        {
            "start": 1264769235,
            "stop": 1264769239
        },
        {
            "start": 1264769240,
            "stop": 1264769250
        }
    ]
}