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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9920",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9918",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 9919,
    "results": [
        {
            "start": 870913545,
            "stop": 870913585
        },
        {
            "start": 870913592,
            "stop": 870913598
        },
        {
            "start": 870913606,
            "stop": 870913631
        },
        {
            "start": 870913638,
            "stop": 870913640
        },
        {
            "start": 870913647,
            "stop": 870913655
        },
        {
            "start": 870913670,
            "stop": 870913720
        },
        {
            "start": 870913756,
            "stop": 870913838
        },
        {
            "start": 870913868,
            "stop": 870913915
        },
        {
            "start": 870913922,
            "stop": 870913934
        },
        {
            "start": 870913942,
            "stop": 870914001
        },
        {
            "start": 870914008,
            "stop": 870914021
        },
        {
            "start": 870914028,
            "stop": 870914039
        },
        {
            "start": 870914047,
            "stop": 870914057
        },
        {
            "start": 870914066,
            "stop": 870914100
        },
        {
            "start": 870914160,
            "stop": 870914220
        },
        {
            "start": 870914280,
            "stop": 870914296
        },
        {
            "start": 870914320,
            "stop": 870914340
        },
        {
            "start": 870914347,
            "stop": 870914356
        },
        {
            "start": 870914379,
            "stop": 870914400
        },
        {
            "start": 870914527,
            "stop": 870914551
        }
    ]
}