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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=248",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=246",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 247,
    "results": [
        {
            "start": 931506691,
            "stop": 931506694
        },
        {
            "start": 931506697,
            "stop": 931506704
        },
        {
            "start": 931506710,
            "stop": 931506714
        },
        {
            "start": 931506717,
            "stop": 931506719
        },
        {
            "start": 931506727,
            "stop": 931506728
        },
        {
            "start": 931506733,
            "stop": 931506738
        },
        {
            "start": 931506741,
            "stop": 931506745
        },
        {
            "start": 931506752,
            "stop": 931506760
        },
        {
            "start": 931506768,
            "stop": 931506770
        },
        {
            "start": 931506776,
            "stop": 931506778
        },
        {
            "start": 931506782,
            "stop": 931506784
        },
        {
            "start": 931506790,
            "stop": 931506808
        },
        {
            "start": 931506811,
            "stop": 931506812
        },
        {
            "start": 931506815,
            "stop": 931506816
        },
        {
            "start": 931506821,
            "stop": 931506830
        },
        {
            "start": 931506838,
            "stop": 931506843
        },
        {
            "start": 931506846,
            "stop": 931506852
        },
        {
            "start": 931506854,
            "stop": 931506860
        },
        {
            "start": 931506866,
            "stop": 931506871
        },
        {
            "start": 931506873,
            "stop": 931506875
        }
    ]
}