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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=152",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=150",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 151,
    "results": [
        {
            "start": 1258488717,
            "stop": 1258489292
        },
        {
            "start": 1258489295,
            "stop": 1258492195
        },
        {
            "start": 1258492198,
            "stop": 1258492966
        },
        {
            "start": 1258492969,
            "stop": 1258494764
        },
        {
            "start": 1258494772,
            "stop": 1258495651
        },
        {
            "start": 1258495654,
            "stop": 1258495665
        },
        {
            "start": 1258495673,
            "stop": 1258496064
        },
        {
            "start": 1258496067,
            "stop": 1258498085
        },
        {
            "start": 1258499897,
            "stop": 1258500016
        },
        {
            "start": 1258500019,
            "stop": 1258500132
        },
        {
            "start": 1258500135,
            "stop": 1258501603
        },
        {
            "start": 1258501605,
            "stop": 1258502099
        },
        {
            "start": 1258502101,
            "stop": 1258502421
        },
        {
            "start": 1258502424,
            "stop": 1258502432
        },
        {
            "start": 1258502435,
            "stop": 1258503452
        },
        {
            "start": 1258503455,
            "stop": 1258504793
        },
        {
            "start": 1258504796,
            "stop": 1258505768
        },
        {
            "start": 1258505770,
            "stop": 1258508029
        },
        {
            "start": 1258508032,
            "stop": 1258510081
        },
        {
            "start": 1258510084,
            "stop": 1258510437
        }
    ]
}