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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2132",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2130",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2131,
    "results": [
        {
            "start": 866862888,
            "stop": 866881770
        },
        {
            "start": 866881830,
            "stop": 866887030
        },
        {
            "start": 866887035,
            "stop": 866904709
        },
        {
            "start": 866935564,
            "stop": 866935607
        },
        {
            "start": 866935759,
            "stop": 866935779
        },
        {
            "start": 866935843,
            "stop": 866935862
        },
        {
            "start": 866935907,
            "stop": 866935930
        },
        {
            "start": 866936117,
            "stop": 866936136
        },
        {
            "start": 866936211,
            "stop": 866936230
        },
        {
            "start": 866936261,
            "stop": 866936280
        },
        {
            "start": 866936393,
            "stop": 866936410
        },
        {
            "start": 866936427,
            "stop": 866936444
        },
        {
            "start": 866938637,
            "stop": 866939580
        },
        {
            "start": 866940066,
            "stop": 866941665
        },
        {
            "start": 866941775,
            "stop": 866944518
        },
        {
            "start": 866944818,
            "stop": 866944855
        },
        {
            "start": 866945155,
            "stop": 866945462
        },
        {
            "start": 866945572,
            "stop": 866945715
        },
        {
            "start": 866946138,
            "stop": 866946623
        },
        {
            "start": 866946923,
            "stop": 866947077
        }
    ]
}