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=357
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=358",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=356",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 357,
    "results": [
        {
            "start": 872463044,
            "stop": 872569992
        },
        {
            "start": 872570004,
            "stop": 872570018
        },
        {
            "start": 872570029,
            "stop": 872572301
        },
        {
            "start": 872572312,
            "stop": 872573679
        },
        {
            "start": 872573690,
            "stop": 872573886
        },
        {
            "start": 872573897,
            "stop": 872573906
        },
        {
            "start": 872573911,
            "stop": 872573915
        },
        {
            "start": 872573921,
            "stop": 872574086
        },
        {
            "start": 872574092,
            "stop": 872574213
        },
        {
            "start": 872574219,
            "stop": 872627026
        },
        {
            "start": 872627032,
            "stop": 872628343
        },
        {
            "start": 872628348,
            "stop": 872628378
        },
        {
            "start": 872628383,
            "stop": 872635337
        },
        {
            "start": 872636324,
            "stop": 872637841
        },
        {
            "start": 872637862,
            "stop": 872637866
        },
        {
            "start": 872637871,
            "stop": 872639609
        },
        {
            "start": 872639614,
            "stop": 872640417
        },
        {
            "start": 872640423,
            "stop": 872640783
        },
        {
            "start": 872640788,
            "stop": 872640937
        },
        {
            "start": 872640943,
            "stop": 872643776
        }
    ]
}