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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=33",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=31",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 32,
    "results": [
        {
            "start": 821116917,
            "stop": 821118324
        },
        {
            "start": 821124516,
            "stop": 821125043
        },
        {
            "start": 821127331,
            "stop": 821128351
        },
        {
            "start": 821128548,
            "stop": 821133561
        },
        {
            "start": 821134929,
            "stop": 821136867
        },
        {
            "start": 821137722,
            "stop": 821138157
        },
        {
            "start": 821138745,
            "stop": 821150929
        },
        {
            "start": 821151351,
            "stop": 821182399
        },
        {
            "start": 821213389,
            "stop": 821214483
        },
        {
            "start": 821214511,
            "stop": 821216589
        },
        {
            "start": 821216906,
            "stop": 821217004
        },
        {
            "start": 821219445,
            "stop": 821221360
        },
        {
            "start": 821221574,
            "stop": 821222110
        },
        {
            "start": 821224156,
            "stop": 821227281
        },
        {
            "start": 821227449,
            "stop": 821227473
        },
        {
            "start": 821227504,
            "stop": 821232463
        },
        {
            "start": 821233092,
            "stop": 821239362
        },
        {
            "start": 821240172,
            "stop": 821287449
        },
        {
            "start": 821288674,
            "stop": 821307730
        },
        {
            "start": 821308381,
            "stop": 821326325
        }
    ]
}