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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1867",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1865",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1866,
    "results": [
        {
            "start": 1250784204,
            "stop": 1250784241
        },
        {
            "start": 1250784244,
            "stop": 1250784248
        },
        {
            "start": 1250784251,
            "stop": 1250784567
        },
        {
            "start": 1250784568,
            "stop": 1250784571
        },
        {
            "start": 1250784574,
            "stop": 1250785029
        },
        {
            "start": 1250785032,
            "stop": 1250787268
        },
        {
            "start": 1250787270,
            "stop": 1250787662
        },
        {
            "start": 1250787666,
            "stop": 1250787667
        },
        {
            "start": 1250787670,
            "stop": 1250787673
        },
        {
            "start": 1250787676,
            "stop": 1250787699
        },
        {
            "start": 1250787702,
            "stop": 1250787716
        },
        {
            "start": 1250787719,
            "stop": 1250787723
        },
        {
            "start": 1250787726,
            "stop": 1250787735
        },
        {
            "start": 1250787738,
            "stop": 1250787740
        },
        {
            "start": 1250787741,
            "stop": 1250787760
        },
        {
            "start": 1250787762,
            "stop": 1250787763
        },
        {
            "start": 1250787769,
            "stop": 1250787793
        },
        {
            "start": 1250787794,
            "stop": 1250787826
        },
        {
            "start": 1250787829,
            "stop": 1250787832
        },
        {
            "start": 1250787833,
            "stop": 1250787860
        }
    ]
}