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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4191",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4189",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4190,
    "results": [
        {
            "start": 874401314,
            "stop": 874401505
        },
        {
            "start": 874401530,
            "stop": 874401657
        },
        {
            "start": 874401676,
            "stop": 874402051
        },
        {
            "start": 874402070,
            "stop": 874402614
        },
        {
            "start": 874402633,
            "stop": 874402738
        },
        {
            "start": 874402757,
            "stop": 874402800
        },
        {
            "start": 874402827,
            "stop": 874402851
        },
        {
            "start": 874402870,
            "stop": 874403019
        },
        {
            "start": 874403039,
            "stop": 874403136
        },
        {
            "start": 874403170,
            "stop": 874403184
        },
        {
            "start": 874403204,
            "stop": 874403467
        },
        {
            "start": 874403486,
            "stop": 874403489
        },
        {
            "start": 874403511,
            "stop": 874403681
        },
        {
            "start": 874403719,
            "stop": 874403760
        },
        {
            "start": 874403820,
            "stop": 874403864
        },
        {
            "start": 874403883,
            "stop": 874404033
        },
        {
            "start": 874404052,
            "stop": 874404170
        },
        {
            "start": 874404194,
            "stop": 874404234
        },
        {
            "start": 874404254,
            "stop": 874404464
        },
        {
            "start": 874404483,
            "stop": 874404699
        }
    ]
}