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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_HW_CBC/segments?format=api&page=2",
    "previous": null,
    "results_count": 681,
    "results_per_page": 20,
    "num_pages": 35,
    "page_number": 1,
    "results": [
        {
            "start": 931788907,
            "stop": 931789033
        },
        {
            "start": 932076905,
            "stop": 932077032
        },
        {
            "start": 932105704,
            "stop": 932105831
        },
        {
            "start": 932192106,
            "stop": 932192232
        },
        {
            "start": 932249706,
            "stop": 932249833
        },
        {
            "start": 932336110,
            "stop": 932336234
        },
        {
            "start": 932422503,
            "stop": 932422630
        },
        {
            "start": 932451304,
            "stop": 932451430
        },
        {
            "start": 932537704,
            "stop": 932537828
        },
        {
            "start": 932566503,
            "stop": 932566629
        },
        {
            "start": 932595303,
            "stop": 932595431
        },
        {
            "start": 932652904,
            "stop": 932653030
        },
        {
            "start": 932710506,
            "stop": 932710629
        },
        {
            "start": 932854506,
            "stop": 932854633
        },
        {
            "start": 932912106,
            "stop": 932912233
        },
        {
            "start": 932940906,
            "stop": 932941033
        },
        {
            "start": 932998507,
            "stop": 932998633
        },
        {
            "start": 933056107,
            "stop": 933056233
        },
        {
            "start": 933113705,
            "stop": 933113832
        },
        {
            "start": 933142504,
            "stop": 933142632
        }
    ]
}