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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=168",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=166",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 167,
    "results": [
        {
            "start": 1135056781,
            "stop": 1135056783
        },
        {
            "start": 1135056792,
            "stop": 1135056810
        },
        {
            "start": 1135056813,
            "stop": 1135056821
        },
        {
            "start": 1135056838,
            "stop": 1135056842
        },
        {
            "start": 1135056845,
            "stop": 1135056859
        },
        {
            "start": 1135056868,
            "stop": 1135056870
        },
        {
            "start": 1135056877,
            "stop": 1135056878
        },
        {
            "start": 1135056896,
            "stop": 1135056897
        },
        {
            "start": 1135056904,
            "stop": 1135056907
        },
        {
            "start": 1135056913,
            "stop": 1135056916
        },
        {
            "start": 1135056919,
            "stop": 1135056921
        },
        {
            "start": 1135056924,
            "stop": 1135056928
        },
        {
            "start": 1135056941,
            "stop": 1135056944
        },
        {
            "start": 1135056953,
            "stop": 1135056961
        },
        {
            "start": 1135056964,
            "stop": 1135056966
        },
        {
            "start": 1135056970,
            "stop": 1135056978
        },
        {
            "start": 1135056981,
            "stop": 1135056982
        },
        {
            "start": 1135056986,
            "stop": 1135056987
        },
        {
            "start": 1135056990,
            "stop": 1135056991
        },
        {
            "start": 1135056994,
            "stop": 1135056997
        }
    ]
}