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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=31",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=29",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 30,
    "results": [
        {
            "start": 819755886,
            "stop": 819756282
        },
        {
            "start": 819757726,
            "stop": 819760333
        },
        {
            "start": 819761763,
            "stop": 819763753
        },
        {
            "start": 819763782,
            "stop": 819763784
        },
        {
            "start": 819764281,
            "stop": 819768054
        },
        {
            "start": 819768252,
            "stop": 819790002
        },
        {
            "start": 819791652,
            "stop": 819801969
        },
        {
            "start": 819803753,
            "stop": 819822551
        },
        {
            "start": 819823046,
            "stop": 819825373
        },
        {
            "start": 819827551,
            "stop": 819828193
        },
        {
            "start": 819828244,
            "stop": 819828245
        },
        {
            "start": 819828488,
            "stop": 819829933
        },
        {
            "start": 819830689,
            "stop": 819837732
        },
        {
            "start": 819839073,
            "stop": 819841213
        },
        {
            "start": 819841252,
            "stop": 819841253
        },
        {
            "start": 819841372,
            "stop": 819842625
        },
        {
            "start": 819843526,
            "stop": 819847154
        },
        {
            "start": 819847379,
            "stop": 819849433
        },
        {
            "start": 819850670,
            "stop": 819850753
        },
        {
            "start": 819850782,
            "stop": 819850783
        }
    ]
}