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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=385",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=383",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 384,
    "results": [
        {
            "start": 847752800,
            "stop": 847752901
        },
        {
            "start": 847752902,
            "stop": 847752903
        },
        {
            "start": 847752904,
            "stop": 847752958
        },
        {
            "start": 847752960,
            "stop": 847752998
        },
        {
            "start": 847752999,
            "stop": 847753001
        },
        {
            "start": 847753002,
            "stop": 847753111
        },
        {
            "start": 847753113,
            "stop": 847753114
        },
        {
            "start": 847753116,
            "stop": 847753126
        },
        {
            "start": 847753127,
            "stop": 847753136
        },
        {
            "start": 847753139,
            "stop": 847753170
        },
        {
            "start": 847753171,
            "stop": 847753189
        },
        {
            "start": 847753190,
            "stop": 847753207
        },
        {
            "start": 847753208,
            "stop": 847753293
        },
        {
            "start": 847753294,
            "stop": 847753340
        },
        {
            "start": 847753341,
            "stop": 847753364
        },
        {
            "start": 847753365,
            "stop": 847753393
        },
        {
            "start": 847756730,
            "stop": 847756742
        },
        {
            "start": 847756743,
            "stop": 847756807
        },
        {
            "start": 847756808,
            "stop": 847756858
        },
        {
            "start": 847756859,
            "stop": 847756876
        }
    ]
}