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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=118",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=116",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 117,
    "results": [
        {
            "start": 1414485311,
            "stop": 1414486270
        },
        {
            "start": 1414491360,
            "stop": 1414503336
        },
        {
            "start": 1414542347,
            "stop": 1414544031
        },
        {
            "start": 1414547904,
            "stop": 1414556235
        },
        {
            "start": 1414562672,
            "stop": 1414563596
        },
        {
            "start": 1414563601,
            "stop": 1414564155
        },
        {
            "start": 1414564159,
            "stop": 1414567934
        },
        {
            "start": 1414571395,
            "stop": 1414576574
        },
        {
            "start": 1414581583,
            "stop": 1414586584
        },
        {
            "start": 1414586589,
            "stop": 1414590379
        },
        {
            "start": 1414590384,
            "stop": 1414595862
        },
        {
            "start": 1414602375,
            "stop": 1414602818
        },
        {
            "start": 1414606124,
            "stop": 1414607924
        },
        {
            "start": 1414612355,
            "stop": 1414613349
        },
        {
            "start": 1414620962,
            "stop": 1414623546
        },
        {
            "start": 1414623551,
            "stop": 1414628322
        },
        {
            "start": 1414628327,
            "stop": 1414628458
        },
        {
            "start": 1414628461,
            "stop": 1414629901
        },
        {
            "start": 1414634460,
            "stop": 1414635494
        },
        {
            "start": 1414635499,
            "stop": 1414636111
        }
    ]
}