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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14316",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14314",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14315,
    "results": [
        {
            "start": 971250676,
            "stop": 971250683
        },
        {
            "start": 971250685,
            "stop": 971250691
        },
        {
            "start": 971250693,
            "stop": 971250703
        },
        {
            "start": 971250704,
            "stop": 971250728
        },
        {
            "start": 971250730,
            "stop": 971250737
        },
        {
            "start": 971250738,
            "stop": 971250741
        },
        {
            "start": 971250742,
            "stop": 971250751
        },
        {
            "start": 971250754,
            "stop": 971250780
        },
        {
            "start": 971250781,
            "stop": 971250795
        },
        {
            "start": 971250797,
            "stop": 971250820
        },
        {
            "start": 971250821,
            "stop": 971250826
        },
        {
            "start": 971250827,
            "stop": 971250831
        },
        {
            "start": 971250834,
            "stop": 971250862
        },
        {
            "start": 971250863,
            "stop": 971250870
        },
        {
            "start": 971250871,
            "stop": 971250897
        },
        {
            "start": 971250899,
            "stop": 971250904
        },
        {
            "start": 971250907,
            "stop": 971250915
        },
        {
            "start": 971250916,
            "stop": 971250943
        },
        {
            "start": 971250944,
            "stop": 971250947
        },
        {
            "start": 971250948,
            "stop": 971250954
        }
    ]
}