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=312
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=313",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=311",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 312,
    "results": [
        {
            "start": 1240585317,
            "stop": 1240585328
        },
        {
            "start": 1240585329,
            "stop": 1240585358
        },
        {
            "start": 1240585359,
            "stop": 1240585377
        },
        {
            "start": 1240585378,
            "stop": 1240585406
        },
        {
            "start": 1240585407,
            "stop": 1240585423
        },
        {
            "start": 1240585426,
            "stop": 1240585456
        },
        {
            "start": 1240585457,
            "stop": 1240585458
        },
        {
            "start": 1240585459,
            "stop": 1240585694
        },
        {
            "start": 1240585695,
            "stop": 1240585697
        },
        {
            "start": 1240585698,
            "stop": 1240585725
        },
        {
            "start": 1240585726,
            "stop": 1240585729
        },
        {
            "start": 1240585731,
            "stop": 1240585766
        },
        {
            "start": 1240585767,
            "stop": 1240585774
        },
        {
            "start": 1240585780,
            "stop": 1240585781
        },
        {
            "start": 1240585782,
            "stop": 1240585815
        },
        {
            "start": 1240585817,
            "stop": 1240585818
        },
        {
            "start": 1240585819,
            "stop": 1240585823
        },
        {
            "start": 1240585826,
            "stop": 1240585860
        },
        {
            "start": 1240585861,
            "stop": 1240585868
        },
        {
            "start": 1240585869,
            "stop": 1240586043
        }
    ]
}