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=1095
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=1096",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1094",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 1095,
    "results": [
        {
            "start": 1253645561,
            "stop": 1253646087
        },
        {
            "start": 1253648765,
            "stop": 1253651346
        },
        {
            "start": 1253651349,
            "stop": 1253653572
        },
        {
            "start": 1253653576,
            "stop": 1253656842
        },
        {
            "start": 1253659264,
            "stop": 1253661752
        },
        {
            "start": 1253661757,
            "stop": 1253667119
        },
        {
            "start": 1253667122,
            "stop": 1253668535
        },
        {
            "start": 1253668539,
            "stop": 1253678163
        },
        {
            "start": 1253678167,
            "stop": 1253678345
        },
        {
            "start": 1253678350,
            "stop": 1253679874
        },
        {
            "start": 1253679877,
            "stop": 1253679899
        },
        {
            "start": 1253679906,
            "stop": 1253680812
        },
        {
            "start": 1253680820,
            "stop": 1253681829
        },
        {
            "start": 1253681834,
            "stop": 1253685624
        },
        {
            "start": 1253685629,
            "stop": 1253686228
        },
        {
            "start": 1253686233,
            "stop": 1253688737
        },
        {
            "start": 1253688742,
            "stop": 1253689425
        },
        {
            "start": 1253689428,
            "stop": 1253689971
        },
        {
            "start": 1253689975,
            "stop": 1253691113
        },
        {
            "start": 1253691117,
            "stop": 1253695723
        }
    ]
}