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=14171
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=14172",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14170",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14171,
    "results": [
        {
            "start": 971166648,
            "stop": 971166650
        },
        {
            "start": 971166654,
            "stop": 971166655
        },
        {
            "start": 971166657,
            "stop": 971166660
        },
        {
            "start": 971166661,
            "stop": 971166662
        },
        {
            "start": 971166664,
            "stop": 971166665
        },
        {
            "start": 971166666,
            "stop": 971166667
        },
        {
            "start": 971166669,
            "stop": 971166671
        },
        {
            "start": 971166674,
            "stop": 971166675
        },
        {
            "start": 971166679,
            "stop": 971166681
        },
        {
            "start": 971166688,
            "stop": 971166691
        },
        {
            "start": 971166693,
            "stop": 971166694
        },
        {
            "start": 971166695,
            "stop": 971166698
        },
        {
            "start": 971166706,
            "stop": 971166710
        },
        {
            "start": 971166712,
            "stop": 971166716
        },
        {
            "start": 971166717,
            "stop": 971166722
        },
        {
            "start": 971166730,
            "stop": 971166732
        },
        {
            "start": 971166734,
            "stop": 971166735
        },
        {
            "start": 971166736,
            "stop": 971166738
        },
        {
            "start": 971166743,
            "stop": 971166744
        },
        {
            "start": 971166746,
            "stop": 971166748
        }
    ]
}