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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=59",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=57",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 58,
    "results": [
        {
            "start": 817780185,
            "stop": 817780210
        },
        {
            "start": 817780221,
            "stop": 817780859
        },
        {
            "start": 817780871,
            "stop": 817780890
        },
        {
            "start": 817780900,
            "stop": 817780906
        },
        {
            "start": 817780914,
            "stop": 817780917
        },
        {
            "start": 817780925,
            "stop": 817780997
        },
        {
            "start": 817781014,
            "stop": 817781082
        },
        {
            "start": 817781091,
            "stop": 817781099
        },
        {
            "start": 817781107,
            "stop": 817781118
        },
        {
            "start": 817781126,
            "stop": 817781145
        },
        {
            "start": 817781160,
            "stop": 817781184
        },
        {
            "start": 817781198,
            "stop": 817781216
        },
        {
            "start": 817781224,
            "stop": 817781226
        },
        {
            "start": 817781239,
            "stop": 817781272
        },
        {
            "start": 817781285,
            "stop": 817781341
        },
        {
            "start": 817781359,
            "stop": 817781384
        },
        {
            "start": 817781392,
            "stop": 817781438
        },
        {
            "start": 817781463,
            "stop": 817781581
        },
        {
            "start": 817781587,
            "stop": 817781589
        },
        {
            "start": 817781612,
            "stop": 817781667
        }
    ]
}