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=8145
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=8146",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8144",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8145,
    "results": [
        {
            "start": 970963102,
            "stop": 970963288
        },
        {
            "start": 970963291,
            "stop": 970963356
        },
        {
            "start": 970963359,
            "stop": 970963533
        },
        {
            "start": 970963536,
            "stop": 970963616
        },
        {
            "start": 970963619,
            "stop": 970964079
        },
        {
            "start": 970964085,
            "stop": 970964351
        },
        {
            "start": 970964354,
            "stop": 970964604
        },
        {
            "start": 970964607,
            "stop": 970964704
        },
        {
            "start": 970964707,
            "stop": 970965075
        },
        {
            "start": 970966115,
            "stop": 970966335
        },
        {
            "start": 970966338,
            "stop": 970966633
        },
        {
            "start": 970966636,
            "stop": 970966715
        },
        {
            "start": 970966718,
            "stop": 970966832
        },
        {
            "start": 970966835,
            "stop": 970966847
        },
        {
            "start": 970966850,
            "stop": 970966878
        },
        {
            "start": 970966881,
            "stop": 970966961
        },
        {
            "start": 970966966,
            "stop": 970967005
        },
        {
            "start": 970967008,
            "stop": 970967094
        },
        {
            "start": 970967097,
            "stop": 970967325
        },
        {
            "start": 970967328,
            "stop": 970967419
        }
    ]
}