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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=22",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=20",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 21,
    "results": [
        {
            "start": 816215032,
            "stop": 816215773
        },
        {
            "start": 816215801,
            "stop": 816215802
        },
        {
            "start": 816247674,
            "stop": 816258710
        },
        {
            "start": 816258790,
            "stop": 816265610
        },
        {
            "start": 816265690,
            "stop": 816265724
        },
        {
            "start": 816265728,
            "stop": 816266372
        },
        {
            "start": 816266385,
            "stop": 816270883
        },
        {
            "start": 816271064,
            "stop": 816271447
        },
        {
            "start": 816271451,
            "stop": 816271597
        },
        {
            "start": 816273495,
            "stop": 816273770
        },
        {
            "start": 816273910,
            "stop": 816275090
        },
        {
            "start": 816275170,
            "stop": 816276830
        },
        {
            "start": 816276910,
            "stop": 816277093
        },
        {
            "start": 816277994,
            "stop": 816278441
        },
        {
            "start": 816278449,
            "stop": 816280070
        },
        {
            "start": 816280150,
            "stop": 816280392
        },
        {
            "start": 816284928,
            "stop": 816285013
        },
        {
            "start": 816290344,
            "stop": 816291547
        },
        {
            "start": 816319884,
            "stop": 816323750
        },
        {
            "start": 816323830,
            "stop": 816326067
        }
    ]
}