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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4711",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4709",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4710,
    "results": [
        {
            "start": 969978757,
            "stop": 969978796
        },
        {
            "start": 969978799,
            "stop": 969978899
        },
        {
            "start": 969978902,
            "stop": 969978909
        },
        {
            "start": 969978912,
            "stop": 969978989
        },
        {
            "start": 969978992,
            "stop": 969979039
        },
        {
            "start": 969979042,
            "stop": 969979068
        },
        {
            "start": 969979071,
            "stop": 969979088
        },
        {
            "start": 969979091,
            "stop": 969979230
        },
        {
            "start": 969979233,
            "stop": 969979309
        },
        {
            "start": 969979313,
            "stop": 969979330
        },
        {
            "start": 969979333,
            "stop": 969979358
        },
        {
            "start": 969985191,
            "stop": 969985285
        },
        {
            "start": 969985288,
            "stop": 969985308
        },
        {
            "start": 969985311,
            "stop": 969985332
        },
        {
            "start": 969985335,
            "stop": 969985363
        },
        {
            "start": 969985366,
            "stop": 969985393
        },
        {
            "start": 969985396,
            "stop": 969985470
        },
        {
            "start": 969985475,
            "stop": 969985590
        },
        {
            "start": 969985593,
            "stop": 969985698
        },
        {
            "start": 969985701,
            "stop": 969985733
        }
    ]
}