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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=344",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=342",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 343,
    "results": [
        {
            "start": 1181385673,
            "stop": 1181385677
        },
        {
            "start": 1181385678,
            "stop": 1181385680
        },
        {
            "start": 1181385682,
            "stop": 1181385685
        },
        {
            "start": 1181385686,
            "stop": 1181385688
        },
        {
            "start": 1181385689,
            "stop": 1181385699
        },
        {
            "start": 1181385700,
            "stop": 1181385705
        },
        {
            "start": 1181385706,
            "stop": 1181385708
        },
        {
            "start": 1181385710,
            "stop": 1181385711
        },
        {
            "start": 1181385712,
            "stop": 1181385713
        },
        {
            "start": 1181385714,
            "stop": 1181385718
        },
        {
            "start": 1181385719,
            "stop": 1181385722
        },
        {
            "start": 1181385723,
            "stop": 1181385729
        },
        {
            "start": 1181385730,
            "stop": 1181385733
        },
        {
            "start": 1181385735,
            "stop": 1181385736
        },
        {
            "start": 1181385737,
            "stop": 1181385738
        },
        {
            "start": 1181385739,
            "stop": 1181385740
        },
        {
            "start": 1181385741,
            "stop": 1181385744
        },
        {
            "start": 1181385750,
            "stop": 1181385753
        },
        {
            "start": 1181385756,
            "stop": 1181385759
        },
        {
            "start": 1181385761,
            "stop": 1181385762
        }
    ]
}