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=149
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=150",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=148",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 149,
    "results": [
        {
            "start": 1373190495,
            "stop": 1373192752
        },
        {
            "start": 1373192754,
            "stop": 1373194855
        },
        {
            "start": 1373194857,
            "stop": 1373195649
        },
        {
            "start": 1373195651,
            "stop": 1373196909
        },
        {
            "start": 1373196910,
            "stop": 1373199177
        },
        {
            "start": 1373199179,
            "stop": 1373200805
        },
        {
            "start": 1373200807,
            "stop": 1373202894
        },
        {
            "start": 1373202895,
            "stop": 1373203531
        },
        {
            "start": 1373203535,
            "stop": 1373204871
        },
        {
            "start": 1373204873,
            "stop": 1373205509
        },
        {
            "start": 1373205511,
            "stop": 1373206595
        },
        {
            "start": 1373206597,
            "stop": 1373207597
        },
        {
            "start": 1373207599,
            "stop": 1373208701
        },
        {
            "start": 1373208703,
            "stop": 1373209592
        },
        {
            "start": 1373209594,
            "stop": 1373210792
        },
        {
            "start": 1373210794,
            "stop": 1373211546
        },
        {
            "start": 1373211548,
            "stop": 1373213350
        },
        {
            "start": 1373213351,
            "stop": 1373214038
        },
        {
            "start": 1373214039,
            "stop": 1373214802
        },
        {
            "start": 1373214805,
            "stop": 1373215822
        }
    ]
}