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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=312",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=310",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 311,
    "results": [
        {
            "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
        },
        {
            "start": 866947187,
            "stop": 866947786
        },
        {
            "start": 866948086,
            "stop": 866948519
        },
        {
            "start": 866948629,
            "stop": 866948669
        },
        {
            "start": 866949265,
            "stop": 866949306
        },
        {
            "start": 866949803,
            "stop": 866950217
        }
    ]
}