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=24
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=25",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=23",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 24,
    "results": [
        {
            "start": 816772426,
            "stop": 816773205
        },
        {
            "start": 816775140,
            "stop": 816775528
        },
        {
            "start": 816775553,
            "stop": 816775556
        },
        {
            "start": 816776927,
            "stop": 816777079
        },
        {
            "start": 816777086,
            "stop": 816779055
        },
        {
            "start": 816779063,
            "stop": 816779199
        },
        {
            "start": 816779207,
            "stop": 816779337
        },
        {
            "start": 816779344,
            "stop": 816779441
        },
        {
            "start": 816779448,
            "stop": 816779809
        },
        {
            "start": 816779819,
            "stop": 816779856
        },
        {
            "start": 816779865,
            "stop": 816780340
        },
        {
            "start": 816780355,
            "stop": 816780360
        },
        {
            "start": 816780377,
            "stop": 816780382
        },
        {
            "start": 816780390,
            "stop": 816780398
        },
        {
            "start": 816780406,
            "stop": 816780407
        },
        {
            "start": 816780416,
            "stop": 816780424
        },
        {
            "start": 816780432,
            "stop": 816780448
        },
        {
            "start": 816780456,
            "stop": 816780482
        },
        {
            "start": 816780489,
            "stop": 816780658
        },
        {
            "start": 816780667,
            "stop": 816780945
        }
    ]
}