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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14127",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14125",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14126,
    "results": [
        {
            "start": 971161845,
            "stop": 971161850
        },
        {
            "start": 971161854,
            "stop": 971161855
        },
        {
            "start": 971161859,
            "stop": 971161862
        },
        {
            "start": 971161864,
            "stop": 971161865
        },
        {
            "start": 971161867,
            "stop": 971161872
        },
        {
            "start": 971161876,
            "stop": 971161877
        },
        {
            "start": 971161881,
            "stop": 971161883
        },
        {
            "start": 971161884,
            "stop": 971161890
        },
        {
            "start": 971161891,
            "stop": 971161892
        },
        {
            "start": 971161894,
            "stop": 971161897
        },
        {
            "start": 971161899,
            "stop": 971161902
        },
        {
            "start": 971161911,
            "stop": 971161912
        },
        {
            "start": 971161916,
            "stop": 971161917
        },
        {
            "start": 971161919,
            "stop": 971161922
        },
        {
            "start": 971161923,
            "stop": 971161929
        },
        {
            "start": 971161931,
            "stop": 971161932
        },
        {
            "start": 971161934,
            "stop": 971161935
        },
        {
            "start": 971161937,
            "stop": 971161940
        },
        {
            "start": 971161941,
            "stop": 971161944
        },
        {
            "start": 971161949,
            "stop": 971161952
        }
    ]
}