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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2379",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2377",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2378,
    "results": [
        {
            "start": 872652476,
            "stop": 872652732
        },
        {
            "start": 872652741,
            "stop": 872652840
        },
        {
            "start": 872652900,
            "stop": 872653624
        },
        {
            "start": 872653631,
            "stop": 872653675
        },
        {
            "start": 872653692,
            "stop": 872653927
        },
        {
            "start": 872653935,
            "stop": 872654144
        },
        {
            "start": 872654325,
            "stop": 872656685
        },
        {
            "start": 872656692,
            "stop": 872657100
        },
        {
            "start": 872657160,
            "stop": 872658060
        },
        {
            "start": 872658120,
            "stop": 872658944
        },
        {
            "start": 872659125,
            "stop": 872659550
        },
        {
            "start": 872659630,
            "stop": 872660220
        },
        {
            "start": 872660280,
            "stop": 872665139
        },
        {
            "start": 872665178,
            "stop": 872671340
        },
        {
            "start": 872671357,
            "stop": 872672385
        },
        {
            "start": 872672402,
            "stop": 872679263
        },
        {
            "start": 872679280,
            "stop": 872681897
        },
        {
            "start": 872681914,
            "stop": 872686757
        },
        {
            "start": 872686774,
            "stop": 872693510
        },
        {
            "start": 872693590,
            "stop": 872696864
        }
    ]
}