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=723
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=724",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=722",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 723,
    "results": [
        {
            "start": 869469606,
            "stop": 869469626
        },
        {
            "start": 869469649,
            "stop": 869469693
        },
        {
            "start": 869469712,
            "stop": 869469714
        },
        {
            "start": 869469733,
            "stop": 869469760
        },
        {
            "start": 869469804,
            "stop": 869469807
        },
        {
            "start": 869469828,
            "stop": 869469829
        },
        {
            "start": 869469850,
            "stop": 869469874
        },
        {
            "start": 869469920,
            "stop": 869469921
        },
        {
            "start": 869469960,
            "stop": 869470002
        },
        {
            "start": 869470042,
            "stop": 869470075
        },
        {
            "start": 869470205,
            "stop": 869470207
        },
        {
            "start": 869470318,
            "stop": 869470334
        },
        {
            "start": 869470362,
            "stop": 869470379
        },
        {
            "start": 869470398,
            "stop": 869470415
        },
        {
            "start": 869470527,
            "stop": 869470550
        },
        {
            "start": 869470657,
            "stop": 869470665
        },
        {
            "start": 869470809,
            "stop": 869470827
        },
        {
            "start": 869470850,
            "stop": 869470899
        },
        {
            "start": 869471495,
            "stop": 869471496
        },
        {
            "start": 869474574,
            "stop": 869477970
        }
    ]
}