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=815
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=816",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=814",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 815,
    "results": [
        {
            "start": 859603162,
            "stop": 859607122
        },
        {
            "start": 859608560,
            "stop": 859609520
        },
        {
            "start": 859609892,
            "stop": 859610312
        },
        {
            "start": 859610463,
            "stop": 859610793
        },
        {
            "start": 859610913,
            "stop": 859615623
        },
        {
            "start": 859615839,
            "stop": 859618359
        },
        {
            "start": 859618510,
            "stop": 859619350
        },
        {
            "start": 859619493,
            "stop": 859619553
        },
        {
            "start": 859620659,
            "stop": 859626239
        },
        {
            "start": 859626450,
            "stop": 859626870
        },
        {
            "start": 859627020,
            "stop": 859628370
        },
        {
            "start": 859628514,
            "stop": 859628934
        },
        {
            "start": 859629079,
            "stop": 859633039
        },
        {
            "start": 859634252,
            "stop": 859636652
        },
        {
            "start": 859636809,
            "stop": 859637529
        },
        {
            "start": 859637756,
            "stop": 859640516
        },
        {
            "start": 859644875,
            "stop": 859645955
        },
        {
            "start": 859646110,
            "stop": 859647070
        },
        {
            "start": 859663515,
            "stop": 859663695
        },
        {
            "start": 859664170,
            "stop": 859664290
        }
    ]
}