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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_BURST_CAT1/segments?format=api&page=250",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_BURST_CAT1/segments?format=api&page=248",
    "results_count": 4982,
    "results_per_page": 20,
    "num_pages": 250,
    "page_number": 249,
    "results": [
        {
            "start": 1422067956,
            "stop": 1422068154
        },
        {
            "start": 1422068156,
            "stop": 1422068216
        },
        {
            "start": 1422071076,
            "stop": 1422071140
        },
        {
            "start": 1422071144,
            "stop": 1422071192
        },
        {
            "start": 1422071200,
            "stop": 1422071277
        },
        {
            "start": 1422071279,
            "stop": 1422071312
        },
        {
            "start": 1422071314,
            "stop": 1422071412
        },
        {
            "start": 1422071424,
            "stop": 1422071448
        },
        {
            "start": 1422080845,
            "stop": 1422080873
        },
        {
            "start": 1422080875,
            "stop": 1422080980
        },
        {
            "start": 1422080982,
            "stop": 1422081019
        },
        {
            "start": 1422081020,
            "stop": 1422081151
        },
        {
            "start": 1422081152,
            "stop": 1422081350
        },
        {
            "start": 1422081352,
            "stop": 1422081394
        },
        {
            "start": 1422081399,
            "stop": 1422081486
        },
        {
            "start": 1422081495,
            "stop": 1422081670
        },
        {
            "start": 1422081674,
            "stop": 1422081675
        },
        {
            "start": 1422081676,
            "stop": 1422081678
        },
        {
            "start": 1422081682,
            "stop": 1422081772
        },
        {
            "start": 1422081774,
            "stop": 1422081777
        }
    ]
}