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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8122",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8120",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8121,
    "results": [
        {
            "start": 970847269,
            "stop": 970847295
        },
        {
            "start": 970847298,
            "stop": 970847315
        },
        {
            "start": 970847318,
            "stop": 970847358
        },
        {
            "start": 970847361,
            "stop": 970847362
        },
        {
            "start": 970847365,
            "stop": 970847374
        },
        {
            "start": 970847377,
            "stop": 970847396
        },
        {
            "start": 970847407,
            "stop": 970847408
        },
        {
            "start": 970847420,
            "stop": 970847425
        },
        {
            "start": 970847428,
            "stop": 970847469
        },
        {
            "start": 970847474,
            "stop": 970847657
        },
        {
            "start": 970847660,
            "stop": 970847680
        },
        {
            "start": 970847683,
            "stop": 970847736
        },
        {
            "start": 970847739,
            "stop": 970847742
        },
        {
            "start": 970847745,
            "stop": 970847748
        },
        {
            "start": 970847777,
            "stop": 970847783
        },
        {
            "start": 970847788,
            "stop": 970847798
        },
        {
            "start": 970847819,
            "stop": 970847837
        },
        {
            "start": 970847840,
            "stop": 970847847
        },
        {
            "start": 970847852,
            "stop": 970847889
        },
        {
            "start": 970847892,
            "stop": 970847894
        }
    ]
}