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=780
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=781",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=779",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 780,
    "results": [
        {
            "start": 857486603,
            "stop": 857486723
        },
        {
            "start": 857486967,
            "stop": 857487207
        },
        {
            "start": 857487382,
            "stop": 857487682
        },
        {
            "start": 857487877,
            "stop": 857488147
        },
        {
            "start": 857488613,
            "stop": 857488973
        },
        {
            "start": 857489176,
            "stop": 857489356
        },
        {
            "start": 857489656,
            "stop": 857489836
        },
        {
            "start": 857490316,
            "stop": 857490376
        },
        {
            "start": 857490530,
            "stop": 857490830
        },
        {
            "start": 857491007,
            "stop": 857491847
        },
        {
            "start": 857492005,
            "stop": 857492065
        },
        {
            "start": 857492324,
            "stop": 857492564
        },
        {
            "start": 857492730,
            "stop": 857492790
        },
        {
            "start": 857492932,
            "stop": 857493112
        },
        {
            "start": 857493292,
            "stop": 857494132
        },
        {
            "start": 857494418,
            "stop": 857494718
        },
        {
            "start": 857494905,
            "stop": 857494965
        },
        {
            "start": 857495232,
            "stop": 857495292
        },
        {
            "start": 857495463,
            "stop": 857495673
        },
        {
            "start": 857495703,
            "stop": 857495883
        }
    ]
}