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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=231",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=229",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 230,
    "results": [
        {
            "start": 845579083,
            "stop": 845579234
        },
        {
            "start": 845580026,
            "stop": 845587972
        },
        {
            "start": 845588092,
            "stop": 845588468
        },
        {
            "start": 845589185,
            "stop": 845590632
        },
        {
            "start": 845591557,
            "stop": 845643493
        },
        {
            "start": 845643501,
            "stop": 845643503
        },
        {
            "start": 845643601,
            "stop": 845659333
        },
        {
            "start": 845659355,
            "stop": 845659356
        },
        {
            "start": 845659511,
            "stop": 845668142
        },
        {
            "start": 845671082,
            "stop": 845674153
        },
        {
            "start": 845676226,
            "stop": 845720345
        },
        {
            "start": 845720517,
            "stop": 845734996
        },
        {
            "start": 845801191,
            "stop": 845811361
        },
        {
            "start": 845812640,
            "stop": 845813286
        },
        {
            "start": 845813792,
            "stop": 845815980
        },
        {
            "start": 845816016,
            "stop": 845816538
        },
        {
            "start": 845966391,
            "stop": 845999772
        },
        {
            "start": 845999833,
            "stop": 846006313
        },
        {
            "start": 846006333,
            "stop": 846006335
        },
        {
            "start": 846006388,
            "stop": 846010511
        }
    ]
}