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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=80",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=78",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 79,
    "results": [
        {
            "start": 1131054712,
            "stop": 1131054714
        },
        {
            "start": 1131054716,
            "stop": 1131054717
        },
        {
            "start": 1131054718,
            "stop": 1131054721
        },
        {
            "start": 1131054722,
            "stop": 1131054727
        },
        {
            "start": 1131054730,
            "stop": 1131054731
        },
        {
            "start": 1131054732,
            "stop": 1131054785
        },
        {
            "start": 1131054787,
            "stop": 1131054892
        },
        {
            "start": 1131054893,
            "stop": 1131054899
        },
        {
            "start": 1131054900,
            "stop": 1131054907
        },
        {
            "start": 1131054909,
            "stop": 1131054927
        },
        {
            "start": 1131054931,
            "stop": 1131054933
        },
        {
            "start": 1131054934,
            "stop": 1131054935
        },
        {
            "start": 1131054936,
            "stop": 1131054937
        },
        {
            "start": 1131054938,
            "stop": 1131054944
        },
        {
            "start": 1131054945,
            "stop": 1131054950
        },
        {
            "start": 1131054951,
            "stop": 1131054952
        },
        {
            "start": 1131054953,
            "stop": 1131054964
        },
        {
            "start": 1131054966,
            "stop": 1131054975
        },
        {
            "start": 1131054976,
            "stop": 1131054977
        },
        {
            "start": 1131054979,
            "stop": 1131054997
        }
    ]
}