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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=619",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=617",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 618,
    "results": [
        {
            "start": 1265303613,
            "stop": 1265303777
        },
        {
            "start": 1265303782,
            "stop": 1265304017
        },
        {
            "start": 1265304022,
            "stop": 1265304065
        },
        {
            "start": 1265304070,
            "stop": 1265304956
        },
        {
            "start": 1265304961,
            "stop": 1265305291
        },
        {
            "start": 1265305296,
            "stop": 1265305510
        },
        {
            "start": 1265305512,
            "stop": 1265306201
        },
        {
            "start": 1265306206,
            "stop": 1265306502
        },
        {
            "start": 1265306507,
            "stop": 1265306632
        },
        {
            "start": 1265306634,
            "stop": 1265307866
        },
        {
            "start": 1265307871,
            "stop": 1265307991
        },
        {
            "start": 1265307996,
            "stop": 1265308009
        },
        {
            "start": 1265308011,
            "stop": 1265308169
        },
        {
            "start": 1265308173,
            "stop": 1265312538
        },
        {
            "start": 1265312543,
            "stop": 1265316460
        },
        {
            "start": 1265316461,
            "stop": 1265316642
        },
        {
            "start": 1265316645,
            "stop": 1265316648
        },
        {
            "start": 1265316650,
            "stop": 1265316656
        },
        {
            "start": 1265316659,
            "stop": 1265316738
        },
        {
            "start": 1265316740,
            "stop": 1265317604
        }
    ]
}