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=538
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=539",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=537",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 538,
    "results": [
        {
            "start": 1264767580,
            "stop": 1264767581
        },
        {
            "start": 1264767584,
            "stop": 1264767590
        },
        {
            "start": 1264767592,
            "stop": 1264767594
        },
        {
            "start": 1264767596,
            "stop": 1264767607
        },
        {
            "start": 1264767609,
            "stop": 1264767614
        },
        {
            "start": 1264767616,
            "stop": 1264767695
        },
        {
            "start": 1264767697,
            "stop": 1264767714
        },
        {
            "start": 1264767718,
            "stop": 1264767722
        },
        {
            "start": 1264767723,
            "stop": 1264767724
        },
        {
            "start": 1264767725,
            "stop": 1264767738
        },
        {
            "start": 1264767739,
            "stop": 1264767740
        },
        {
            "start": 1264767743,
            "stop": 1264767744
        },
        {
            "start": 1264767749,
            "stop": 1264767753
        },
        {
            "start": 1264767756,
            "stop": 1264767769
        },
        {
            "start": 1264767773,
            "stop": 1264767778
        },
        {
            "start": 1264767782,
            "stop": 1264767783
        },
        {
            "start": 1264767785,
            "stop": 1264767793
        },
        {
            "start": 1264767798,
            "stop": 1264767799
        },
        {
            "start": 1264767800,
            "stop": 1264767804
        },
        {
            "start": 1264767806,
            "stop": 1264767809
        }
    ]
}