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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=404",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=402",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 403,
    "results": [
        {
            "start": 1182520018,
            "stop": 1182520153
        },
        {
            "start": 1182520157,
            "stop": 1182522356
        },
        {
            "start": 1182522360,
            "stop": 1182523096
        },
        {
            "start": 1182523100,
            "stop": 1182526118
        },
        {
            "start": 1182526119,
            "stop": 1182527806
        },
        {
            "start": 1182527807,
            "stop": 1182527825
        },
        {
            "start": 1182527826,
            "stop": 1182533939
        },
        {
            "start": 1182537957,
            "stop": 1182540264
        },
        {
            "start": 1182540636,
            "stop": 1182541430
        },
        {
            "start": 1182541431,
            "stop": 1182541436
        },
        {
            "start": 1182541437,
            "stop": 1182541442
        },
        {
            "start": 1182541443,
            "stop": 1182541466
        },
        {
            "start": 1182541467,
            "stop": 1182541468
        },
        {
            "start": 1182541469,
            "stop": 1182542990
        },
        {
            "start": 1182542991,
            "stop": 1182543168
        },
        {
            "start": 1182543169,
            "stop": 1182543202
        },
        {
            "start": 1182543203,
            "stop": 1182543939
        },
        {
            "start": 1182543942,
            "stop": 1182544143
        },
        {
            "start": 1182544144,
            "stop": 1182545233
        },
        {
            "start": 1182545234,
            "stop": 1182545367
        }
    ]
}