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=1875
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=1876",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1874",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1875,
    "results": [
        {
            "start": 1250980674,
            "stop": 1250980985
        },
        {
            "start": 1250980988,
            "stop": 1250981506
        },
        {
            "start": 1250981508,
            "stop": 1250982163
        },
        {
            "start": 1250982171,
            "stop": 1250985000
        },
        {
            "start": 1250985003,
            "stop": 1250986650
        },
        {
            "start": 1250986653,
            "stop": 1250989120
        },
        {
            "start": 1250989121,
            "stop": 1250989125
        },
        {
            "start": 1250989126,
            "stop": 1250989277
        },
        {
            "start": 1250989278,
            "stop": 1250989351
        },
        {
            "start": 1250989352,
            "stop": 1250989360
        },
        {
            "start": 1250989361,
            "stop": 1250989383
        },
        {
            "start": 1250989386,
            "stop": 1250989391
        },
        {
            "start": 1250989393,
            "stop": 1250989474
        },
        {
            "start": 1250989477,
            "stop": 1250989478
        },
        {
            "start": 1250989479,
            "stop": 1250989555
        },
        {
            "start": 1250989557,
            "stop": 1250989655
        },
        {
            "start": 1250989657,
            "stop": 1250989778
        },
        {
            "start": 1250989779,
            "stop": 1250989781
        },
        {
            "start": 1250989782,
            "stop": 1250990003
        },
        {
            "start": 1250990004,
            "stop": 1250990031
        }
    ]
}