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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=35",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=33",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 34,
    "results": [
        {
            "start": 1369811602,
            "stop": 1369812984
        },
        {
            "start": 1369812986,
            "stop": 1369814049
        },
        {
            "start": 1369814050,
            "stop": 1369814768
        },
        {
            "start": 1369814770,
            "stop": 1369815849
        },
        {
            "start": 1369815850,
            "stop": 1369815975
        },
        {
            "start": 1369839764,
            "stop": 1369840299
        },
        {
            "start": 1369840301,
            "stop": 1369841646
        },
        {
            "start": 1369841648,
            "stop": 1369841904
        },
        {
            "start": 1369841905,
            "stop": 1369843715
        },
        {
            "start": 1369843716,
            "stop": 1369844162
        },
        {
            "start": 1369844164,
            "stop": 1369845658
        },
        {
            "start": 1369845659,
            "stop": 1369847905
        },
        {
            "start": 1369847907,
            "stop": 1369848717
        },
        {
            "start": 1369848721,
            "stop": 1369849318
        },
        {
            "start": 1369849319,
            "stop": 1369852677
        },
        {
            "start": 1369852678,
            "stop": 1369854234
        },
        {
            "start": 1369854237,
            "stop": 1369856241
        },
        {
            "start": 1369856243,
            "stop": 1369856939
        },
        {
            "start": 1369856944,
            "stop": 1369858772
        },
        {
            "start": 1369858773,
            "stop": 1369861748
        }
    ]
}