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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46746",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46744",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46745,
    "results": [
        {
            "start": 875075245,
            "stop": 875075253
        },
        {
            "start": 875075254,
            "stop": 875075260
        },
        {
            "start": 875075261,
            "stop": 875075284
        },
        {
            "start": 875075285,
            "stop": 875075305
        },
        {
            "start": 875075306,
            "stop": 875075325
        },
        {
            "start": 875075326,
            "stop": 875075394
        },
        {
            "start": 875075396,
            "stop": 875075414
        },
        {
            "start": 875075415,
            "stop": 875075475
        },
        {
            "start": 875075476,
            "stop": 875075479
        },
        {
            "start": 875075481,
            "stop": 875075493
        },
        {
            "start": 875075496,
            "stop": 875075582
        },
        {
            "start": 875075583,
            "stop": 875075603
        },
        {
            "start": 875075605,
            "stop": 875075636
        },
        {
            "start": 875075637,
            "stop": 875075645
        },
        {
            "start": 875075646,
            "stop": 875075655
        },
        {
            "start": 875075656,
            "stop": 875075706
        },
        {
            "start": 875075708,
            "stop": 875075727
        },
        {
            "start": 875075728,
            "stop": 875075731
        },
        {
            "start": 875075732,
            "stop": 875075764
        },
        {
            "start": 875075765,
            "stop": 875075795
        }
    ]
}