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=199
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=200",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=198",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 199,
    "results": [
        {
            "start": 820625587,
            "stop": 820625820
        },
        {
            "start": 820625848,
            "stop": 820628705
        },
        {
            "start": 820628733,
            "stop": 820638506
        },
        {
            "start": 820638513,
            "stop": 820638555
        },
        {
            "start": 820638562,
            "stop": 820658018
        },
        {
            "start": 820658025,
            "stop": 820658034
        },
        {
            "start": 820658042,
            "stop": 820658190
        },
        {
            "start": 820658430,
            "stop": 820658473
        },
        {
            "start": 820658486,
            "stop": 820658487
        },
        {
            "start": 820659665,
            "stop": 820664392
        },
        {
            "start": 820664404,
            "stop": 820664416
        },
        {
            "start": 820664430,
            "stop": 820665156
        },
        {
            "start": 820665163,
            "stop": 820665335
        },
        {
            "start": 820665351,
            "stop": 820665392
        },
        {
            "start": 820665403,
            "stop": 820665455
        },
        {
            "start": 820665466,
            "stop": 820665558
        },
        {
            "start": 820665569,
            "stop": 820671473
        },
        {
            "start": 820671479,
            "stop": 820674937
        },
        {
            "start": 820674965,
            "stop": 820680810
        },
        {
            "start": 820681734,
            "stop": 820681744
        }
    ]
}