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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=951",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=949",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 950,
    "results": [
        {
            "start": 867413793,
            "stop": 867413853
        },
        {
            "start": 867414426,
            "stop": 867414486
        },
        {
            "start": 867416169,
            "stop": 867416229
        },
        {
            "start": 867420248,
            "stop": 867420308
        },
        {
            "start": 867421118,
            "stop": 867421298
        },
        {
            "start": 867421629,
            "stop": 867421749
        },
        {
            "start": 867422239,
            "stop": 867422419
        },
        {
            "start": 867422632,
            "stop": 867422872
        },
        {
            "start": 867423038,
            "stop": 867423938
        },
        {
            "start": 867424112,
            "stop": 867424352
        },
        {
            "start": 867424500,
            "stop": 867425460
        },
        {
            "start": 867425619,
            "stop": 867425679
        },
        {
            "start": 867425850,
            "stop": 867426210
        },
        {
            "start": 867430155,
            "stop": 867430455
        },
        {
            "start": 867430606,
            "stop": 867434686
        },
        {
            "start": 867436558,
            "stop": 867436618
        },
        {
            "start": 867437078,
            "stop": 867437138
        },
        {
            "start": 867437306,
            "stop": 867437426
        },
        {
            "start": 867437913,
            "stop": 867438513
        },
        {
            "start": 867438665,
            "stop": 867438785
        }
    ]
}