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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=518",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=516",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 517,
    "results": [
        {
            "start": 867680136,
            "stop": 867680138
        },
        {
            "start": 867680143,
            "stop": 867680148
        },
        {
            "start": 867680150,
            "stop": 867680162
        },
        {
            "start": 867680169,
            "stop": 867680225
        },
        {
            "start": 867680227,
            "stop": 867683644
        },
        {
            "start": 867683702,
            "stop": 867687507
        },
        {
            "start": 867687509,
            "stop": 867689899
        },
        {
            "start": 867689901,
            "stop": 867690193
        },
        {
            "start": 867690818,
            "stop": 867691873
        },
        {
            "start": 867693349,
            "stop": 867693681
        },
        {
            "start": 867693724,
            "stop": 867693741
        },
        {
            "start": 867694474,
            "stop": 867694734
        },
        {
            "start": 867694894,
            "stop": 867695052
        },
        {
            "start": 867699258,
            "stop": 867700377
        },
        {
            "start": 867701126,
            "stop": 867719542
        },
        {
            "start": 867724196,
            "stop": 867739818
        },
        {
            "start": 867740818,
            "stop": 867759163
        },
        {
            "start": 867765136,
            "stop": 867772047
        },
        {
            "start": 867772227,
            "stop": 867775351
        },
        {
            "start": 867775997,
            "stop": 867794693
        }
    ]
}