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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4994",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4992",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 4993,
    "results": [
        {
            "start": 872188294,
            "stop": 872188395
        },
        {
            "start": 872188432,
            "stop": 872188609
        },
        {
            "start": 872188744,
            "stop": 872188969
        },
        {
            "start": 872189005,
            "stop": 872189093
        },
        {
            "start": 872189147,
            "stop": 872189159
        },
        {
            "start": 872189195,
            "stop": 872189267
        },
        {
            "start": 872189303,
            "stop": 872189332
        },
        {
            "start": 872189368,
            "stop": 872189409
        },
        {
            "start": 872189481,
            "stop": 872189568
        },
        {
            "start": 872189604,
            "stop": 872189899
        },
        {
            "start": 872189934,
            "stop": 872189944
        },
        {
            "start": 872189994,
            "stop": 872192492
        },
        {
            "start": 872192510,
            "stop": 872192840
        },
        {
            "start": 872192857,
            "stop": 872193383
        },
        {
            "start": 872193401,
            "stop": 872193459
        },
        {
            "start": 872193477,
            "stop": 872193528
        },
        {
            "start": 872193563,
            "stop": 872193595
        },
        {
            "start": 872193612,
            "stop": 872193727
        },
        {
            "start": 872193761,
            "stop": 872193801
        },
        {
            "start": 872193819,
            "stop": 872193869
        }
    ]
}