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=83
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=84",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=82",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 83,
    "results": [
        {
            "start": 819170099,
            "stop": 819170203
        },
        {
            "start": 819170211,
            "stop": 819170504
        },
        {
            "start": 819170513,
            "stop": 819170554
        },
        {
            "start": 819170561,
            "stop": 819170843
        },
        {
            "start": 819170850,
            "stop": 819171164
        },
        {
            "start": 819171184,
            "stop": 819171902
        },
        {
            "start": 819171909,
            "stop": 819172112
        },
        {
            "start": 819172120,
            "stop": 819172376
        },
        {
            "start": 819172383,
            "stop": 819172659
        },
        {
            "start": 819172667,
            "stop": 819172791
        },
        {
            "start": 819172805,
            "stop": 819173178
        },
        {
            "start": 819173186,
            "stop": 819173322
        },
        {
            "start": 819173330,
            "stop": 819173382
        },
        {
            "start": 819173389,
            "stop": 819173655
        },
        {
            "start": 819173663,
            "stop": 819174021
        },
        {
            "start": 819174028,
            "stop": 819174108
        },
        {
            "start": 819174121,
            "stop": 819174269
        },
        {
            "start": 819174276,
            "stop": 819174513
        },
        {
            "start": 819174520,
            "stop": 819174797
        },
        {
            "start": 819174804,
            "stop": 819174894
        }
    ]
}