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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5067",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5065",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5066,
    "results": [
        {
            "start": 874610651,
            "stop": 874610669
        },
        {
            "start": 874610678,
            "stop": 874610685
        },
        {
            "start": 874610693,
            "stop": 874610695
        },
        {
            "start": 874610702,
            "stop": 874610740
        },
        {
            "start": 874610747,
            "stop": 874610748
        },
        {
            "start": 874610755,
            "stop": 874610765
        },
        {
            "start": 874610775,
            "stop": 874610788
        },
        {
            "start": 874610795,
            "stop": 874610815
        },
        {
            "start": 874610828,
            "stop": 874610834
        },
        {
            "start": 874610841,
            "stop": 874610844
        },
        {
            "start": 874610851,
            "stop": 874610870
        },
        {
            "start": 874610878,
            "stop": 874610879
        },
        {
            "start": 874610894,
            "stop": 874610907
        },
        {
            "start": 874610915,
            "stop": 874610924
        },
        {
            "start": 874610932,
            "stop": 874610937
        },
        {
            "start": 874610944,
            "stop": 874610945
        },
        {
            "start": 874610953,
            "stop": 874610976
        },
        {
            "start": 874610983,
            "stop": 874611036
        },
        {
            "start": 874611043,
            "stop": 874611060
        },
        {
            "start": 874611067,
            "stop": 874611103
        }
    ]
}