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=1013
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=1014",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1012",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 1013,
    "results": [
        {
            "start": 1252114532,
            "stop": 1252114774
        },
        {
            "start": 1252114776,
            "stop": 1252114805
        },
        {
            "start": 1252114808,
            "stop": 1252115565
        },
        {
            "start": 1252115566,
            "stop": 1252117898
        },
        {
            "start": 1252117901,
            "stop": 1252119850
        },
        {
            "start": 1252119858,
            "stop": 1252121921
        },
        {
            "start": 1252121923,
            "stop": 1252122134
        },
        {
            "start": 1252122142,
            "stop": 1252122244
        },
        {
            "start": 1252122248,
            "stop": 1252125540
        },
        {
            "start": 1252125545,
            "stop": 1252125616
        },
        {
            "start": 1252125619,
            "stop": 1252132016
        },
        {
            "start": 1252132021,
            "stop": 1252132390
        },
        {
            "start": 1252132395,
            "stop": 1252132434
        },
        {
            "start": 1252132439,
            "stop": 1252133027
        },
        {
            "start": 1252133032,
            "stop": 1252134447
        },
        {
            "start": 1252134451,
            "stop": 1252136064
        },
        {
            "start": 1252136069,
            "stop": 1252136333
        },
        {
            "start": 1252136336,
            "stop": 1252136397
        },
        {
            "start": 1252136400,
            "stop": 1252136466
        },
        {
            "start": 1252136470,
            "stop": 1252136501
        }
    ]
}