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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=42",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=40",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 41,
    "results": [
        {
            "start": 821101761,
            "stop": 821113001
        },
        {
            "start": 821116917,
            "stop": 821118324
        },
        {
            "start": 821124516,
            "stop": 821125041
        },
        {
            "start": 821127331,
            "stop": 821128351
        },
        {
            "start": 821128548,
            "stop": 821133560
        },
        {
            "start": 821134929,
            "stop": 821136866
        },
        {
            "start": 821137722,
            "stop": 821138155
        },
        {
            "start": 821138745,
            "stop": 821150929
        },
        {
            "start": 821151351,
            "stop": 821168268
        },
        {
            "start": 821168275,
            "stop": 821182398
        },
        {
            "start": 821213389,
            "stop": 821214483
        },
        {
            "start": 821214511,
            "stop": 821216589
        },
        {
            "start": 821216906,
            "stop": 821217003
        },
        {
            "start": 821219445,
            "stop": 821221355
        },
        {
            "start": 821221574,
            "stop": 821222109
        },
        {
            "start": 821224156,
            "stop": 821227280
        },
        {
            "start": 821227449,
            "stop": 821227473
        },
        {
            "start": 821227504,
            "stop": 821232462
        },
        {
            "start": 821233092,
            "stop": 821239361
        },
        {
            "start": 821240172,
            "stop": 821270677
        }
    ]
}