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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_CBC_CAT2/segments?format=api&page=26",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_CBC_CAT2/segments?format=api&page=24",
    "results_count": 568,
    "results_per_page": 20,
    "num_pages": 29,
    "page_number": 25,
    "results": [
        {
            "start": 1386553657,
            "stop": 1386553660
        },
        {
            "start": 1386553668,
            "stop": 1386553671
        },
        {
            "start": 1386553679,
            "stop": 1386553682
        },
        {
            "start": 1386553690,
            "stop": 1386553693
        },
        {
            "start": 1386553700,
            "stop": 1386553704
        },
        {
            "start": 1386553716,
            "stop": 1386553774
        },
        {
            "start": 1386553779,
            "stop": 1386553824
        },
        {
            "start": 1386553829,
            "stop": 1386601693
        },
        {
            "start": 1386608265,
            "stop": 1386612284
        },
        {
            "start": 1386617082,
            "stop": 1386620553
        },
        {
            "start": 1386621094,
            "stop": 1386621151
        },
        {
            "start": 1386633872,
            "stop": 1386662609
        },
        {
            "start": 1386684644,
            "stop": 1386688969
        },
        {
            "start": 1386699072,
            "stop": 1386702522
        },
        {
            "start": 1386705587,
            "stop": 1386705912
        },
        {
            "start": 1386711540,
            "stop": 1386711975
        },
        {
            "start": 1386711980,
            "stop": 1386718120
        },
        {
            "start": 1386722371,
            "stop": 1386759045
        },
        {
            "start": 1386762614,
            "stop": 1386789167
        },
        {
            "start": 1386791591,
            "stop": 1386820755
        }
    ]
}