Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=281
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=282",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=280",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 281,
    "results": [
        {
            "start": 867671603,
            "stop": 867675517
        },
        {
            "start": 867679973,
            "stop": 867683644
        },
        {
            "start": 867683702,
            "stop": 867690216
        },
        {
            "start": 867690818,
            "stop": 867691896
        },
        {
            "start": 867693349,
            "stop": 867693681
        },
        {
            "start": 867693724,
            "stop": 867693741
        },
        {
            "start": 867694474,
            "stop": 867694734
        },
        {
            "start": 867694894,
            "stop": 867695052
        },
        {
            "start": 867699258,
            "stop": 867700400
        },
        {
            "start": 867701126,
            "stop": 867719566
        },
        {
            "start": 867724196,
            "stop": 867739818
        },
        {
            "start": 867740818,
            "stop": 867759163
        },
        {
            "start": 867765136,
            "stop": 867772047
        },
        {
            "start": 867772227,
            "stop": 867775351
        },
        {
            "start": 867775997,
            "stop": 867794693
        },
        {
            "start": 867794921,
            "stop": 867847715
        },
        {
            "start": 867848278,
            "stop": 867878266
        },
        {
            "start": 867893289,
            "stop": 867910542
        },
        {
            "start": 867912121,
            "stop": 867915060
        },
        {
            "start": 867918682,
            "stop": 867963574
        }
    ]
}