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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=499",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=497",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 498,
    "results": [
        {
            "start": 823080802,
            "stop": 823080813
        },
        {
            "start": 823081133,
            "stop": 823082320
        },
        {
            "start": 823084717,
            "stop": 823084757
        },
        {
            "start": 823090112,
            "stop": 823090142
        },
        {
            "start": 823090143,
            "stop": 823090182
        },
        {
            "start": 823090909,
            "stop": 823090920
        },
        {
            "start": 823092263,
            "stop": 823092389
        },
        {
            "start": 823100596,
            "stop": 823100753
        },
        {
            "start": 823100754,
            "stop": 823100832
        },
        {
            "start": 823100833,
            "stop": 823100889
        },
        {
            "start": 823103530,
            "stop": 823103738
        },
        {
            "start": 823103739,
            "stop": 823103902
        },
        {
            "start": 823103903,
            "stop": 823103934
        },
        {
            "start": 823103935,
            "stop": 823103952
        },
        {
            "start": 823103953,
            "stop": 823104076
        },
        {
            "start": 823104077,
            "stop": 823104146
        },
        {
            "start": 823160953,
            "stop": 823161115
        },
        {
            "start": 823161117,
            "stop": 823161158
        },
        {
            "start": 823161160,
            "stop": 823161591
        },
        {
            "start": 823161593,
            "stop": 823161911
        }
    ]
}