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=277
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=278",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=276",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 277,
    "results": [
        {
            "start": 931683635,
            "stop": 931683639
        },
        {
            "start": 931683659,
            "stop": 931683666
        },
        {
            "start": 931683674,
            "stop": 931683678
        },
        {
            "start": 931683681,
            "stop": 931683682
        },
        {
            "start": 931683687,
            "stop": 931683691
        },
        {
            "start": 931683699,
            "stop": 931683702
        },
        {
            "start": 931683708,
            "stop": 931683710
        },
        {
            "start": 931683723,
            "stop": 931683724
        },
        {
            "start": 931683733,
            "stop": 931683736
        },
        {
            "start": 931683739,
            "stop": 931683746
        },
        {
            "start": 931683749,
            "stop": 931683755
        },
        {
            "start": 931683760,
            "stop": 931683763
        },
        {
            "start": 931683766,
            "stop": 931683769
        },
        {
            "start": 931683773,
            "stop": 931683774
        },
        {
            "start": 931683783,
            "stop": 931683784
        },
        {
            "start": 931683796,
            "stop": 931683797
        },
        {
            "start": 931683810,
            "stop": 931683811
        },
        {
            "start": 931683818,
            "stop": 931683819
        },
        {
            "start": 931683823,
            "stop": 931683825
        },
        {
            "start": 931683830,
            "stop": 931683832
        }
    ]
}