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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=94",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=92",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 93,
    "results": [
        {
            "start": 1238482764,
            "stop": 1238483554
        },
        {
            "start": 1238483556,
            "stop": 1238483685
        },
        {
            "start": 1238483688,
            "stop": 1238483733
        },
        {
            "start": 1238483738,
            "stop": 1238484699
        },
        {
            "start": 1238484700,
            "stop": 1238484705
        },
        {
            "start": 1238484706,
            "stop": 1238485027
        },
        {
            "start": 1238485031,
            "stop": 1238485238
        },
        {
            "start": 1238485239,
            "stop": 1238485988
        },
        {
            "start": 1238485989,
            "stop": 1238486037
        },
        {
            "start": 1238486038,
            "stop": 1238486845
        },
        {
            "start": 1238486848,
            "stop": 1238486894
        },
        {
            "start": 1238489809,
            "stop": 1238490067
        },
        {
            "start": 1238490069,
            "stop": 1238490169
        },
        {
            "start": 1238490171,
            "stop": 1238490208
        },
        {
            "start": 1238490210,
            "stop": 1238490357
        },
        {
            "start": 1238490358,
            "stop": 1238490555
        },
        {
            "start": 1238490556,
            "stop": 1238490657
        },
        {
            "start": 1238490659,
            "stop": 1238490911
        },
        {
            "start": 1238490913,
            "stop": 1238491191
        },
        {
            "start": 1238491193,
            "stop": 1238491261
        }
    ]
}