Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=398
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=399",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=397",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 398,
    "results": [
        {
            "start": 932611261,
            "stop": 932611449
        },
        {
            "start": 932611450,
            "stop": 932611860
        },
        {
            "start": 932616375,
            "stop": 932617371
        },
        {
            "start": 932617372,
            "stop": 932617437
        },
        {
            "start": 932617438,
            "stop": 932617701
        },
        {
            "start": 932617702,
            "stop": 932618031
        },
        {
            "start": 932618032,
            "stop": 932618285
        },
        {
            "start": 932618286,
            "stop": 932619001
        },
        {
            "start": 932619581,
            "stop": 932619615
        },
        {
            "start": 932619975,
            "stop": 932620404
        },
        {
            "start": 932620407,
            "stop": 932620551
        },
        {
            "start": 932620554,
            "stop": 932620753
        },
        {
            "start": 932620754,
            "stop": 932620926
        },
        {
            "start": 932620927,
            "stop": 932621454
        },
        {
            "start": 932621455,
            "stop": 932622375
        },
        {
            "start": 932622376,
            "stop": 932622653
        },
        {
            "start": 932622654,
            "stop": 932622765
        },
        {
            "start": 932622766,
            "stop": 932622791
        },
        {
            "start": 932622792,
            "stop": 932623215
        },
        {
            "start": 932623576,
            "stop": 932623761
        }
    ]
}