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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=152",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=150",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 151,
    "results": [
        {
            "start": 1260793119,
            "stop": 1260793483
        },
        {
            "start": 1260793486,
            "stop": 1260794397
        },
        {
            "start": 1260794402,
            "stop": 1260794414
        },
        {
            "start": 1260794419,
            "stop": 1260794613
        },
        {
            "start": 1260794618,
            "stop": 1260794644
        },
        {
            "start": 1260794649,
            "stop": 1260794696
        },
        {
            "start": 1260794701,
            "stop": 1260794777
        },
        {
            "start": 1260794782,
            "stop": 1260794815
        },
        {
            "start": 1260794820,
            "stop": 1260794864
        },
        {
            "start": 1260794869,
            "stop": 1260794874
        },
        {
            "start": 1260794876,
            "stop": 1260794893
        },
        {
            "start": 1260794898,
            "stop": 1260794902
        },
        {
            "start": 1260794907,
            "stop": 1260794923
        },
        {
            "start": 1260794928,
            "stop": 1260794932
        },
        {
            "start": 1260794937,
            "stop": 1260794938
        },
        {
            "start": 1260802424,
            "stop": 1260803357
        },
        {
            "start": 1260803362,
            "stop": 1260803857
        },
        {
            "start": 1260803860,
            "stop": 1260804866
        },
        {
            "start": 1260804868,
            "stop": 1260804966
        },
        {
            "start": 1260804969,
            "stop": 1260805242
        }
    ]
}