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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=58",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=56",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 57,
    "results": [
        {
            "start": 821277147,
            "stop": 821277223
        },
        {
            "start": 821277226,
            "stop": 821277229
        },
        {
            "start": 821277233,
            "stop": 821277571
        },
        {
            "start": 821277574,
            "stop": 821277704
        },
        {
            "start": 821277707,
            "stop": 821277768
        },
        {
            "start": 821277771,
            "stop": 821277998
        },
        {
            "start": 821278001,
            "stop": 821278025
        },
        {
            "start": 821278028,
            "stop": 821278036
        },
        {
            "start": 821278039,
            "stop": 821278095
        },
        {
            "start": 821278098,
            "stop": 821278112
        },
        {
            "start": 821278115,
            "stop": 821278125
        },
        {
            "start": 821278128,
            "stop": 821278289
        },
        {
            "start": 821278292,
            "stop": 821278380
        },
        {
            "start": 821278383,
            "stop": 821278420
        },
        {
            "start": 821278423,
            "stop": 821278433
        },
        {
            "start": 821278436,
            "stop": 821278535
        },
        {
            "start": 821278538,
            "stop": 821278791
        },
        {
            "start": 821278799,
            "stop": 821278804
        },
        {
            "start": 821278892,
            "stop": 821279023
        },
        {
            "start": 821279026,
            "stop": 821279415
        }
    ]
}