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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=2986",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=2984",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 2985,
    "results": [
        {
            "start": 861636690,
            "stop": 861636900
        },
        {
            "start": 861636905,
            "stop": 861637380
        },
        {
            "start": 861637440,
            "stop": 861637560
        },
        {
            "start": 861637620,
            "stop": 861638100
        },
        {
            "start": 861638160,
            "stop": 861638940
        },
        {
            "start": 861639060,
            "stop": 861641272
        },
        {
            "start": 861641658,
            "stop": 861641668
        },
        {
            "start": 861641968,
            "stop": 861642609
        },
        {
            "start": 861642613,
            "stop": 861643440
        },
        {
            "start": 861643500,
            "stop": 861644040
        },
        {
            "start": 861645246,
            "stop": 861645360
        },
        {
            "start": 861645420,
            "stop": 861646594
        },
        {
            "start": 861646597,
            "stop": 861646860
        },
        {
            "start": 861646920,
            "stop": 861647174
        },
        {
            "start": 861647177,
            "stop": 861647217
        },
        {
            "start": 861647223,
            "stop": 861647321
        },
        {
            "start": 861647844,
            "stop": 861650100
        },
        {
            "start": 861650460,
            "stop": 861651672
        },
        {
            "start": 861651678,
            "stop": 861652500
        },
        {
            "start": 861652560,
            "stop": 861652785
        }
    ]
}