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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=52",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=50",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 51,
    "results": [
        {
            "start": 817231620,
            "stop": 817231829
        },
        {
            "start": 817231836,
            "stop": 817231860
        },
        {
            "start": 817231980,
            "stop": 817231993
        },
        {
            "start": 817236172,
            "stop": 817236801
        },
        {
            "start": 817236943,
            "stop": 817236975
        },
        {
            "start": 817238778,
            "stop": 817238847
        },
        {
            "start": 817238854,
            "stop": 817238890
        },
        {
            "start": 817239402,
            "stop": 817239600
        },
        {
            "start": 817239730,
            "stop": 817239840
        },
        {
            "start": 817239900,
            "stop": 817239954
        },
        {
            "start": 817239961,
            "stop": 817240020
        },
        {
            "start": 817240080,
            "stop": 817240140
        },
        {
            "start": 817240200,
            "stop": 817240436
        },
        {
            "start": 817240500,
            "stop": 817240532
        },
        {
            "start": 817240544,
            "stop": 817240750
        },
        {
            "start": 817240757,
            "stop": 817240853
        },
        {
            "start": 817240860,
            "stop": 817240980
        },
        {
            "start": 817241040,
            "stop": 817241042
        },
        {
            "start": 817241049,
            "stop": 817242020
        },
        {
            "start": 817242027,
            "stop": 817242290
        }
    ]
}