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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=4",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=2",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 3,
    "results": [
        {
            "start": 815236451,
            "stop": 815236457
        },
        {
            "start": 815236477,
            "stop": 815236574
        },
        {
            "start": 815236578,
            "stop": 815236599
        },
        {
            "start": 815236608,
            "stop": 815237443
        },
        {
            "start": 815237452,
            "stop": 815237457
        },
        {
            "start": 815237460,
            "stop": 815237478
        },
        {
            "start": 815237482,
            "stop": 815237492
        },
        {
            "start": 815237500,
            "stop": 815237589
        },
        {
            "start": 815237593,
            "stop": 815237604
        },
        {
            "start": 815237607,
            "stop": 815237633
        },
        {
            "start": 815237647,
            "stop": 815237663
        },
        {
            "start": 815237666,
            "stop": 815237817
        },
        {
            "start": 815237826,
            "stop": 815238073
        },
        {
            "start": 815238084,
            "stop": 815238770
        },
        {
            "start": 815238774,
            "stop": 815239008
        },
        {
            "start": 815239011,
            "stop": 815239017
        },
        {
            "start": 815239021,
            "stop": 815239090
        },
        {
            "start": 815239094,
            "stop": 815239099
        },
        {
            "start": 815239118,
            "stop": 815239123
        },
        {
            "start": 815239127,
            "stop": 815239133
        }
    ]
}