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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=730",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=728",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 729,
    "results": [
        {
            "start": 857480875,
            "stop": 857482105
        },
        {
            "start": 857482135,
            "stop": 857482765
        },
        {
            "start": 857484055,
            "stop": 857484355
        },
        {
            "start": 857486103,
            "stop": 857486283
        },
        {
            "start": 857486603,
            "stop": 857486723
        },
        {
            "start": 857486967,
            "stop": 857487207
        },
        {
            "start": 857487382,
            "stop": 857487682
        },
        {
            "start": 857487877,
            "stop": 857488147
        },
        {
            "start": 857488612,
            "stop": 857488972
        },
        {
            "start": 857489176,
            "stop": 857489356
        },
        {
            "start": 857489656,
            "stop": 857489836
        },
        {
            "start": 857490316,
            "stop": 857490376
        },
        {
            "start": 857490530,
            "stop": 857490830
        },
        {
            "start": 857491007,
            "stop": 857491847
        },
        {
            "start": 857492324,
            "stop": 857492564
        },
        {
            "start": 857492730,
            "stop": 857492790
        },
        {
            "start": 857492932,
            "stop": 857494132
        },
        {
            "start": 857494418,
            "stop": 857494718
        },
        {
            "start": 857494905,
            "stop": 857494965
        },
        {
            "start": 857503160,
            "stop": 857503640
        }
    ]
}