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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=368",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=366",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 367,
    "results": [
        {
            "start": 821759377,
            "stop": 821759384
        },
        {
            "start": 821759387,
            "stop": 821759390
        },
        {
            "start": 821759399,
            "stop": 821759400
        },
        {
            "start": 821759406,
            "stop": 821759408
        },
        {
            "start": 821759411,
            "stop": 821759413
        },
        {
            "start": 821759417,
            "stop": 821759424
        },
        {
            "start": 821759431,
            "stop": 821759433
        },
        {
            "start": 821759436,
            "stop": 821759438
        },
        {
            "start": 821759444,
            "stop": 821759450
        },
        {
            "start": 821759457,
            "stop": 821759460
        },
        {
            "start": 821759463,
            "stop": 821759464
        },
        {
            "start": 821759471,
            "stop": 821759472
        },
        {
            "start": 821759475,
            "stop": 821759477
        },
        {
            "start": 821759481,
            "stop": 821759482
        },
        {
            "start": 821759485,
            "stop": 821759488
        },
        {
            "start": 821759493,
            "stop": 821759496
        },
        {
            "start": 821759500,
            "stop": 821759504
        },
        {
            "start": 821759508,
            "stop": 821759510
        },
        {
            "start": 821759525,
            "stop": 821759527
        },
        {
            "start": 821759530,
            "stop": 821759532
        }
    ]
}