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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=62",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=60",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 61,
    "results": [
        {
            "start": 1238292382,
            "stop": 1238292387
        },
        {
            "start": 1238292392,
            "stop": 1238292464
        },
        {
            "start": 1238292466,
            "stop": 1238292580
        },
        {
            "start": 1238292584,
            "stop": 1238292656
        },
        {
            "start": 1238292657,
            "stop": 1238292827
        },
        {
            "start": 1238292829,
            "stop": 1238292832
        },
        {
            "start": 1238292834,
            "stop": 1238292899
        },
        {
            "start": 1238292900,
            "stop": 1238292940
        },
        {
            "start": 1238292942,
            "stop": 1238293185
        },
        {
            "start": 1238293188,
            "stop": 1238293235
        },
        {
            "start": 1238293239,
            "stop": 1238293318
        },
        {
            "start": 1238293319,
            "stop": 1238293350
        },
        {
            "start": 1238293354,
            "stop": 1238293377
        },
        {
            "start": 1238293378,
            "stop": 1238293462
        },
        {
            "start": 1238293464,
            "stop": 1238293475
        },
        {
            "start": 1238293476,
            "stop": 1238293631
        },
        {
            "start": 1238293636,
            "stop": 1238293809
        },
        {
            "start": 1238293812,
            "stop": 1238293912
        },
        {
            "start": 1238293924,
            "stop": 1238294002
        },
        {
            "start": 1238294005,
            "stop": 1238294015
        }
    ]
}