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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=553",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=551",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 552,
    "results": [
        {
            "start": 1262810638,
            "stop": 1262810708
        },
        {
            "start": 1262810711,
            "stop": 1262810740
        },
        {
            "start": 1262810743,
            "stop": 1262810750
        },
        {
            "start": 1262810756,
            "stop": 1262810777
        },
        {
            "start": 1262810780,
            "stop": 1262810814
        },
        {
            "start": 1262810823,
            "stop": 1262810842
        },
        {
            "start": 1262810845,
            "stop": 1262810852
        },
        {
            "start": 1262810855,
            "stop": 1262810857
        },
        {
            "start": 1262810860,
            "stop": 1262810868
        },
        {
            "start": 1262810871,
            "stop": 1262810873
        },
        {
            "start": 1262810876,
            "stop": 1262810943
        },
        {
            "start": 1262810946,
            "stop": 1262810958
        },
        {
            "start": 1262810964,
            "stop": 1262810972
        },
        {
            "start": 1262810975,
            "stop": 1262810981
        },
        {
            "start": 1262810984,
            "stop": 1262810993
        },
        {
            "start": 1262810996,
            "stop": 1262811016
        },
        {
            "start": 1262811019,
            "stop": 1262811026
        },
        {
            "start": 1262811029,
            "stop": 1262811066
        },
        {
            "start": 1262811069,
            "stop": 1262811098
        },
        {
            "start": 1262811101,
            "stop": 1262811109
        }
    ]
}