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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=648",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=646",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 647,
    "results": [
        {
            "start": 853286609,
            "stop": 853288958
        },
        {
            "start": 853289546,
            "stop": 853290940
        },
        {
            "start": 853291934,
            "stop": 853296990
        },
        {
            "start": 853297025,
            "stop": 853300067
        },
        {
            "start": 853300086,
            "stop": 853315619
        },
        {
            "start": 853348758,
            "stop": 853349306
        },
        {
            "start": 853349323,
            "stop": 853359575
        },
        {
            "start": 853359789,
            "stop": 853387316
        },
        {
            "start": 853387335,
            "stop": 853405732
        },
        {
            "start": 853405783,
            "stop": 853414890
        },
        {
            "start": 853423109,
            "stop": 853439608
        },
        {
            "start": 853439639,
            "stop": 853442642
        },
        {
            "start": 853442710,
            "stop": 853444751
        },
        {
            "start": 853445602,
            "stop": 853453950
        },
        {
            "start": 853454504,
            "stop": 853478970
        },
        {
            "start": 853479030,
            "stop": 853479049
        },
        {
            "start": 853480707,
            "stop": 853482696
        },
        {
            "start": 853484158,
            "stop": 853500819
        },
        {
            "start": 853500838,
            "stop": 853500844
        },
        {
            "start": 853500874,
            "stop": 853510086
        }
    ]
}