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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=35",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=33",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 34,
    "results": [
        {
            "start": 1172035748,
            "stop": 1172035821
        },
        {
            "start": 1172035822,
            "stop": 1172036024
        },
        {
            "start": 1172036033,
            "stop": 1172036034
        },
        {
            "start": 1172036035,
            "stop": 1172036036
        },
        {
            "start": 1172036045,
            "stop": 1172036059
        },
        {
            "start": 1172036060,
            "stop": 1172036073
        },
        {
            "start": 1172036077,
            "stop": 1172036087
        },
        {
            "start": 1172036097,
            "stop": 1172036569
        },
        {
            "start": 1172036570,
            "stop": 1172036571
        },
        {
            "start": 1172036573,
            "stop": 1172036684
        },
        {
            "start": 1172036685,
            "stop": 1172036702
        },
        {
            "start": 1172036704,
            "stop": 1172036756
        },
        {
            "start": 1172036759,
            "stop": 1172036839
        },
        {
            "start": 1172036842,
            "stop": 1172036918
        },
        {
            "start": 1172036920,
            "stop": 1172037362
        },
        {
            "start": 1172037365,
            "stop": 1172038111
        },
        {
            "start": 1172038120,
            "stop": 1172038843
        },
        {
            "start": 1172038845,
            "stop": 1172046890
        },
        {
            "start": 1172058407,
            "stop": 1172062779
        },
        {
            "start": 1172065285,
            "stop": 1172076337
        }
    ]
}