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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=9",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=7",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 8,
    "results": [
        {
            "start": 931136022,
            "stop": 931136029
        },
        {
            "start": 931136036,
            "stop": 931136049
        },
        {
            "start": 931136063,
            "stop": 931136082
        },
        {
            "start": 931136093,
            "stop": 931136146
        },
        {
            "start": 931136152,
            "stop": 931136216
        },
        {
            "start": 931136222,
            "stop": 931136231
        },
        {
            "start": 931136238,
            "stop": 931136239
        },
        {
            "start": 931136254,
            "stop": 931136262
        },
        {
            "start": 931136268,
            "stop": 931136276
        },
        {
            "start": 931136295,
            "stop": 931136301
        },
        {
            "start": 931136329,
            "stop": 931136335
        },
        {
            "start": 931136348,
            "stop": 931136374
        },
        {
            "start": 931136380,
            "stop": 931136382
        },
        {
            "start": 931136388,
            "stop": 931136408
        },
        {
            "start": 931136414,
            "stop": 931136428
        },
        {
            "start": 931136434,
            "stop": 931136493
        },
        {
            "start": 931136501,
            "stop": 931136544
        },
        {
            "start": 931136550,
            "stop": 931136558
        },
        {
            "start": 931136569,
            "stop": 931136589
        },
        {
            "start": 931136596,
            "stop": 931136599
        }
    ]
}