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=3039
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=3040",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3038",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3039,
    "results": [
        {
            "start": 864355857,
            "stop": 864355860
        },
        {
            "start": 864355980,
            "stop": 864356460
        },
        {
            "start": 864356520,
            "stop": 864357102
        },
        {
            "start": 864357105,
            "stop": 864358170
        },
        {
            "start": 864358174,
            "stop": 864359804
        },
        {
            "start": 864359985,
            "stop": 864363193
        },
        {
            "start": 864363196,
            "stop": 864370560
        },
        {
            "start": 864370620,
            "stop": 864370800
        },
        {
            "start": 864370860,
            "stop": 864371340
        },
        {
            "start": 864371400,
            "stop": 864404708
        },
        {
            "start": 864404713,
            "stop": 864404782
        },
        {
            "start": 864404787,
            "stop": 864405572
        },
        {
            "start": 864405576,
            "stop": 864405592
        },
        {
            "start": 864405596,
            "stop": 864405840
        },
        {
            "start": 864405900,
            "stop": 864405949
        },
        {
            "start": 864405954,
            "stop": 864405959
        },
        {
            "start": 864405964,
            "stop": 864405973
        },
        {
            "start": 864405977,
            "stop": 864406036
        },
        {
            "start": 864406041,
            "stop": 864406257
        },
        {
            "start": 864406261,
            "stop": 864406373
        }
    ]
}