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=299
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=300",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=298",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 299,
    "results": [
        {
            "start": 821717631,
            "stop": 821717653
        },
        {
            "start": 821717656,
            "stop": 821717659
        },
        {
            "start": 821717662,
            "stop": 821717672
        },
        {
            "start": 821717679,
            "stop": 821717697
        },
        {
            "start": 821717700,
            "stop": 821717751
        },
        {
            "start": 821717754,
            "stop": 821717772
        },
        {
            "start": 821717775,
            "stop": 821717825
        },
        {
            "start": 821717828,
            "stop": 821717852
        },
        {
            "start": 821717856,
            "stop": 821717871
        },
        {
            "start": 821717874,
            "stop": 821717876
        },
        {
            "start": 821717879,
            "stop": 821718005
        },
        {
            "start": 821718013,
            "stop": 821718015
        },
        {
            "start": 821718018,
            "stop": 821718025
        },
        {
            "start": 821718028,
            "stop": 821718029
        },
        {
            "start": 821718036,
            "stop": 821718066
        },
        {
            "start": 821718069,
            "stop": 821718081
        },
        {
            "start": 821718085,
            "stop": 821718236
        },
        {
            "start": 821718239,
            "stop": 821718267
        },
        {
            "start": 821718270,
            "stop": 821718293
        },
        {
            "start": 821718296,
            "stop": 821718305
        }
    ]
}