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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=104",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=102",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 103,
    "results": [
        {
            "start": 931510382,
            "stop": 931510384
        },
        {
            "start": 931510387,
            "stop": 931510395
        },
        {
            "start": 931510398,
            "stop": 931510411
        },
        {
            "start": 931510414,
            "stop": 931510442
        },
        {
            "start": 931510445,
            "stop": 931510463
        },
        {
            "start": 931510469,
            "stop": 931510497
        },
        {
            "start": 931510500,
            "stop": 931510507
        },
        {
            "start": 931510510,
            "stop": 931510533
        },
        {
            "start": 931510536,
            "stop": 931510548
        },
        {
            "start": 931510551,
            "stop": 931510561
        },
        {
            "start": 931510564,
            "stop": 931510582
        },
        {
            "start": 931510586,
            "stop": 931510610
        },
        {
            "start": 931510613,
            "stop": 931510628
        },
        {
            "start": 931510631,
            "stop": 931510648
        },
        {
            "start": 931510651,
            "stop": 931510672
        },
        {
            "start": 931510675,
            "stop": 931510678
        },
        {
            "start": 931510681,
            "stop": 931510683
        },
        {
            "start": 931510686,
            "stop": 931510706
        },
        {
            "start": 931510712,
            "stop": 931510745
        },
        {
            "start": 931510750,
            "stop": 931510751
        }
    ]
}