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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=7918",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=7916",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 7917,
    "results": [
        {
            "start": 970002927,
            "stop": 970002930
        },
        {
            "start": 970002933,
            "stop": 970002959
        },
        {
            "start": 970002964,
            "stop": 970002972
        },
        {
            "start": 970002980,
            "stop": 970002990
        },
        {
            "start": 970002993,
            "stop": 970003069
        },
        {
            "start": 970003072,
            "stop": 970003258
        },
        {
            "start": 970003261,
            "stop": 970004010
        },
        {
            "start": 970004013,
            "stop": 970004216
        },
        {
            "start": 970004219,
            "stop": 970004245
        },
        {
            "start": 970004249,
            "stop": 970004337
        },
        {
            "start": 970004340,
            "stop": 970004366
        },
        {
            "start": 970004369,
            "stop": 970004446
        },
        {
            "start": 970004449,
            "stop": 970004483
        },
        {
            "start": 970004486,
            "stop": 970004690
        },
        {
            "start": 970004693,
            "stop": 970004834
        },
        {
            "start": 970004837,
            "stop": 970004975
        },
        {
            "start": 970004979,
            "stop": 970005439
        },
        {
            "start": 970005442,
            "stop": 970005854
        },
        {
            "start": 970005857,
            "stop": 970006064
        },
        {
            "start": 970006067,
            "stop": 970006165
        }
    ]
}