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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=807",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=805",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 806,
    "results": [
        {
            "start": 1268638141,
            "stop": 1268640982
        },
        {
            "start": 1268640983,
            "stop": 1268642751
        },
        {
            "start": 1268642844,
            "stop": 1268649314
        },
        {
            "start": 1268649318,
            "stop": 1268657067
        },
        {
            "start": 1268657072,
            "stop": 1268658167
        },
        {
            "start": 1268658170,
            "stop": 1268660661
        },
        {
            "start": 1268660664,
            "stop": 1268663963
        },
        {
            "start": 1268663966,
            "stop": 1268663973
        },
        {
            "start": 1268663974,
            "stop": 1268665816
        },
        {
            "start": 1268665820,
            "stop": 1268665927
        },
        {
            "start": 1268665930,
            "stop": 1268666400
        },
        {
            "start": 1268666402,
            "stop": 1268667759
        },
        {
            "start": 1268667762,
            "stop": 1268671179
        },
        {
            "start": 1268671184,
            "stop": 1268672910
        },
        {
            "start": 1268672912,
            "stop": 1268674485
        },
        {
            "start": 1268674493,
            "stop": 1268675612
        },
        {
            "start": 1268675615,
            "stop": 1268678147
        },
        {
            "start": 1268678149,
            "stop": 1268678524
        },
        {
            "start": 1268678529,
            "stop": 1268681352
        },
        {
            "start": 1268681353,
            "stop": 1268681516
        }
    ]
}