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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5687",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5685",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5686,
    "results": [
        {
            "start": 874562455,
            "stop": 874562460
        },
        {
            "start": 874562463,
            "stop": 874562493
        },
        {
            "start": 874562496,
            "stop": 874562511
        },
        {
            "start": 874562514,
            "stop": 874562533
        },
        {
            "start": 874562536,
            "stop": 874562568
        },
        {
            "start": 874562571,
            "stop": 874562628
        },
        {
            "start": 874562631,
            "stop": 874562658
        },
        {
            "start": 874562662,
            "stop": 874562667
        },
        {
            "start": 874562673,
            "stop": 874562722
        },
        {
            "start": 874562725,
            "stop": 874562738
        },
        {
            "start": 874562743,
            "stop": 874562755
        },
        {
            "start": 874562758,
            "stop": 874562784
        },
        {
            "start": 874562787,
            "stop": 874562796
        },
        {
            "start": 874562799,
            "stop": 874562842
        },
        {
            "start": 874562846,
            "stop": 874562901
        },
        {
            "start": 874562904,
            "stop": 874562968
        },
        {
            "start": 874562972,
            "stop": 874562996
        },
        {
            "start": 874563002,
            "stop": 874563003
        },
        {
            "start": 874563007,
            "stop": 874563019
        },
        {
            "start": 874563022,
            "stop": 874563061
        }
    ]
}