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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT1/segments?format=api&page=153",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT1/segments?format=api&page=151",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 152,
    "results": [
        {
            "start": 870343021,
            "stop": 870353265
        },
        {
            "start": 870353386,
            "stop": 870353434
        },
        {
            "start": 870353467,
            "stop": 870353469
        },
        {
            "start": 870353480,
            "stop": 870453089
        },
        {
            "start": 870454560,
            "stop": 870467407
        },
        {
            "start": 870469208,
            "stop": 870526849
        },
        {
            "start": 870527777,
            "stop": 870534016
        },
        {
            "start": 870549890,
            "stop": 870553559
        },
        {
            "start": 870556709,
            "stop": 870560008
        },
        {
            "start": 870563501,
            "stop": 870568804
        },
        {
            "start": 870569475,
            "stop": 870578140
        },
        {
            "start": 870580077,
            "stop": 870623540
        },
        {
            "start": 870623809,
            "stop": 870625347
        },
        {
            "start": 870626074,
            "stop": 870629009
        },
        {
            "start": 870637753,
            "stop": 870645635
        },
        {
            "start": 870647618,
            "stop": 870716142
        },
        {
            "start": 870716675,
            "stop": 870788350
        },
        {
            "start": 870788922,
            "stop": 870813950
        },
        {
            "start": 870815025,
            "stop": 870815187
        },
        {
            "start": 870816411,
            "stop": 870824942
        }
    ]
}