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=190
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=191",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=189",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 190,
    "results": [
        {
            "start": 1374642810,
            "stop": 1374643763
        },
        {
            "start": 1374643764,
            "stop": 1374644679
        },
        {
            "start": 1374647579,
            "stop": 1374647743
        },
        {
            "start": 1374647745,
            "stop": 1374649311
        },
        {
            "start": 1374649312,
            "stop": 1374650280
        },
        {
            "start": 1374650281,
            "stop": 1374651567
        },
        {
            "start": 1374651569,
            "stop": 1374652584
        },
        {
            "start": 1374652587,
            "stop": 1374653813
        },
        {
            "start": 1374653815,
            "stop": 1374655823
        },
        {
            "start": 1374655825,
            "stop": 1374657223
        },
        {
            "start": 1374657226,
            "stop": 1374657849
        },
        {
            "start": 1374657852,
            "stop": 1374667414
        },
        {
            "start": 1374667417,
            "stop": 1374675537
        },
        {
            "start": 1374675541,
            "stop": 1374679088
        },
        {
            "start": 1374679090,
            "stop": 1374679914
        },
        {
            "start": 1374679915,
            "stop": 1374680318
        },
        {
            "start": 1374680320,
            "stop": 1374681439
        },
        {
            "start": 1374681441,
            "stop": 1374682106
        },
        {
            "start": 1374682108,
            "stop": 1374683365
        },
        {
            "start": 1374683366,
            "stop": 1374686840
        }
    ]
}