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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=183",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=181",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 182,
    "results": [
        {
            "start": 837323305,
            "stop": 837333067
        },
        {
            "start": 837334247,
            "stop": 837344593
        },
        {
            "start": 837346564,
            "stop": 837361341
        },
        {
            "start": 837362678,
            "stop": 837369521
        },
        {
            "start": 837371426,
            "stop": 837372279
        },
        {
            "start": 837373279,
            "stop": 837384553
        },
        {
            "start": 837386483,
            "stop": 837400990
        },
        {
            "start": 837406494,
            "stop": 837444188
        },
        {
            "start": 837445557,
            "stop": 837446757
        },
        {
            "start": 837446884,
            "stop": 837452413
        },
        {
            "start": 837454778,
            "stop": 837458161
        },
        {
            "start": 837459449,
            "stop": 837541625
        },
        {
            "start": 837541814,
            "stop": 837548024
        },
        {
            "start": 837550701,
            "stop": 837552135
        },
        {
            "start": 837554734,
            "stop": 837555042
        },
        {
            "start": 837560414,
            "stop": 837569233
        },
        {
            "start": 837570052,
            "stop": 837579781
        },
        {
            "start": 837580788,
            "stop": 837628761
        },
        {
            "start": 837629217,
            "stop": 837636794
        },
        {
            "start": 837638135,
            "stop": 837723724
        }
    ]
}