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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=252",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=250",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 251,
    "results": [
        {
            "start": 868139669,
            "stop": 868143044
        },
        {
            "start": 868143812,
            "stop": 868144450
        },
        {
            "start": 868146346,
            "stop": 868212988
        },
        {
            "start": 868215614,
            "stop": 868216362
        },
        {
            "start": 868229496,
            "stop": 868232583
        },
        {
            "start": 868233314,
            "stop": 868236165
        },
        {
            "start": 868237361,
            "stop": 868247642
        },
        {
            "start": 868248384,
            "stop": 868253656
        },
        {
            "start": 868255866,
            "stop": 868262617
        },
        {
            "start": 868264020,
            "stop": 868300743
        },
        {
            "start": 868303227,
            "stop": 868305151
        },
        {
            "start": 868306168,
            "stop": 868391894
        },
        {
            "start": 868392925,
            "stop": 868398926
        },
        {
            "start": 868402763,
            "stop": 868417442
        },
        {
            "start": 868417444,
            "stop": 868472266
        },
        {
            "start": 868473799,
            "stop": 868527506
        },
        {
            "start": 868529398,
            "stop": 868540464
        },
        {
            "start": 868546706,
            "stop": 868584268
        },
        {
            "start": 868585397,
            "stop": 868602686
        },
        {
            "start": 868605018,
            "stop": 868608359
        }
    ]
}