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=44
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=45",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=43",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 44,
    "results": [
        {
            "start": 821324490,
            "stop": 821324493
        },
        {
            "start": 821324505,
            "stop": 821327720
        },
        {
            "start": 821327730,
            "stop": 821335448
        },
        {
            "start": 821335451,
            "stop": 821344174
        },
        {
            "start": 821345092,
            "stop": 821354363
        },
        {
            "start": 821354365,
            "stop": 821362773
        },
        {
            "start": 821365735,
            "stop": 821388560
        },
        {
            "start": 821388880,
            "stop": 821389103
        },
        {
            "start": 821389503,
            "stop": 821389569
        },
        {
            "start": 821389852,
            "stop": 821453696
        },
        {
            "start": 821454269,
            "stop": 821456743
        },
        {
            "start": 821456745,
            "stop": 821456822
        },
        {
            "start": 821457142,
            "stop": 821459086
        },
        {
            "start": 821459486,
            "stop": 821460591
        },
        {
            "start": 821461197,
            "stop": 821467671
        },
        {
            "start": 821467991,
            "stop": 821468237
        },
        {
            "start": 821468637,
            "stop": 821473873
        },
        {
            "start": 821474164,
            "stop": 821477073
        },
        {
            "start": 821479289,
            "stop": 821479781
        },
        {
            "start": 821481175,
            "stop": 821483188
        }
    ]
}