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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40811",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40809",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40810,
    "results": [
        {
            "start": 875020639,
            "stop": 875020641
        },
        {
            "start": 875020642,
            "stop": 875020648
        },
        {
            "start": 875020651,
            "stop": 875020668
        },
        {
            "start": 875020671,
            "stop": 875020674
        },
        {
            "start": 875020675,
            "stop": 875020688
        },
        {
            "start": 875020689,
            "stop": 875020701
        },
        {
            "start": 875020702,
            "stop": 875020704
        },
        {
            "start": 875020709,
            "stop": 875020710
        },
        {
            "start": 875020711,
            "stop": 875020712
        },
        {
            "start": 875020714,
            "stop": 875020722
        },
        {
            "start": 875020724,
            "stop": 875020727
        },
        {
            "start": 875020728,
            "stop": 875020734
        },
        {
            "start": 875020736,
            "stop": 875020775
        },
        {
            "start": 875020777,
            "stop": 875020784
        },
        {
            "start": 875020786,
            "stop": 875020795
        },
        {
            "start": 875020796,
            "stop": 875020817
        },
        {
            "start": 875020819,
            "stop": 875020866
        },
        {
            "start": 875020867,
            "stop": 875020899
        },
        {
            "start": 875020900,
            "stop": 875020915
        },
        {
            "start": 875020916,
            "stop": 875020918
        }
    ]
}