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=282
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=283",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=281",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 282,
    "results": [
        {
            "start": 1240337274,
            "stop": 1240337276
        },
        {
            "start": 1240337277,
            "stop": 1240337357
        },
        {
            "start": 1240337358,
            "stop": 1240337688
        },
        {
            "start": 1240337689,
            "stop": 1240337874
        },
        {
            "start": 1240337875,
            "stop": 1240337877
        },
        {
            "start": 1240337878,
            "stop": 1240338136
        },
        {
            "start": 1240338138,
            "stop": 1240338235
        },
        {
            "start": 1240338238,
            "stop": 1240338466
        },
        {
            "start": 1240338467,
            "stop": 1240338471
        },
        {
            "start": 1240338475,
            "stop": 1240338477
        },
        {
            "start": 1240338480,
            "stop": 1240338492
        },
        {
            "start": 1240338495,
            "stop": 1240338875
        },
        {
            "start": 1240338876,
            "stop": 1240338879
        },
        {
            "start": 1240338880,
            "stop": 1240338900
        },
        {
            "start": 1240338901,
            "stop": 1240339034
        },
        {
            "start": 1240339035,
            "stop": 1240339038
        },
        {
            "start": 1240339039,
            "stop": 1240339520
        },
        {
            "start": 1240339521,
            "stop": 1240339524
        },
        {
            "start": 1240339525,
            "stop": 1240339620
        },
        {
            "start": 1240339623,
            "stop": 1240339941
        }
    ]
}