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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=4976",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=4974",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 4975,
    "results": [
        {
            "start": 874484762,
            "stop": 874484804
        },
        {
            "start": 874484812,
            "stop": 874485018
        },
        {
            "start": 874485025,
            "stop": 874485116
        },
        {
            "start": 874485123,
            "stop": 874485377
        },
        {
            "start": 874485384,
            "stop": 874485544
        },
        {
            "start": 874485552,
            "stop": 874485562
        },
        {
            "start": 874485569,
            "stop": 874485595
        },
        {
            "start": 874485603,
            "stop": 874485756
        },
        {
            "start": 874485763,
            "stop": 874486049
        },
        {
            "start": 874486056,
            "stop": 874486102
        },
        {
            "start": 874486109,
            "stop": 874486791
        },
        {
            "start": 874486799,
            "stop": 874486826
        },
        {
            "start": 874486833,
            "stop": 874486968
        },
        {
            "start": 874486975,
            "stop": 874487194
        },
        {
            "start": 874487201,
            "stop": 874487288
        },
        {
            "start": 874487296,
            "stop": 874487481
        },
        {
            "start": 874487488,
            "stop": 874488037
        },
        {
            "start": 874488044,
            "stop": 874488159
        },
        {
            "start": 874488166,
            "stop": 874488182
        },
        {
            "start": 874488189,
            "stop": 874488875
        }
    ]
}