Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=101
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=102",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=100",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 101,
    "results": [
        {
            "start": 817344329,
            "stop": 817345072
        },
        {
            "start": 817345079,
            "stop": 817345915
        },
        {
            "start": 817345922,
            "stop": 817346452
        },
        {
            "start": 817346459,
            "stop": 817346899
        },
        {
            "start": 817346907,
            "stop": 817347013
        },
        {
            "start": 817348088,
            "stop": 817351031
        },
        {
            "start": 817351038,
            "stop": 817351039
        },
        {
            "start": 817351403,
            "stop": 817352345
        },
        {
            "start": 817352352,
            "stop": 817353446
        },
        {
            "start": 817353453,
            "stop": 817353820
        },
        {
            "start": 817353827,
            "stop": 817354060
        },
        {
            "start": 817354067,
            "stop": 817354153
        },
        {
            "start": 817354160,
            "stop": 817357094
        },
        {
            "start": 817357101,
            "stop": 817357562
        },
        {
            "start": 817357570,
            "stop": 817362465
        },
        {
            "start": 817362624,
            "stop": 817362704
        },
        {
            "start": 817363146,
            "stop": 817379518
        },
        {
            "start": 817379526,
            "stop": 817379915
        },
        {
            "start": 817379922,
            "stop": 817382091
        },
        {
            "start": 817382098,
            "stop": 817382710
        }
    ]
}