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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=517",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=515",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 516,
    "results": [
        {
            "start": 964564065,
            "stop": 964596859
        },
        {
            "start": 964601408,
            "stop": 964604557
        },
        {
            "start": 964604558,
            "stop": 964605237
        },
        {
            "start": 964605238,
            "stop": 964605245
        },
        {
            "start": 964605246,
            "stop": 964606426
        },
        {
            "start": 964606427,
            "stop": 964606806
        },
        {
            "start": 964606807,
            "stop": 964606818
        },
        {
            "start": 964606819,
            "stop": 964608378
        },
        {
            "start": 964608379,
            "stop": 964608654
        },
        {
            "start": 964608655,
            "stop": 964609104
        },
        {
            "start": 964609105,
            "stop": 964609277
        },
        {
            "start": 964609278,
            "stop": 964609414
        },
        {
            "start": 964609415,
            "stop": 964609470
        },
        {
            "start": 964609471,
            "stop": 964609669
        },
        {
            "start": 964609670,
            "stop": 964609768
        },
        {
            "start": 964609769,
            "stop": 964609979
        },
        {
            "start": 964609980,
            "stop": 964610159
        },
        {
            "start": 964610160,
            "stop": 964610215
        },
        {
            "start": 964610216,
            "stop": 964610373
        },
        {
            "start": 964610374,
            "stop": 964610398
        }
    ]
}