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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=652",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=650",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 651,
    "results": [
        {
            "start": 1265884211,
            "stop": 1265884234
        },
        {
            "start": 1265884236,
            "stop": 1265884244
        },
        {
            "start": 1265884245,
            "stop": 1265884248
        },
        {
            "start": 1265884249,
            "stop": 1265884681
        },
        {
            "start": 1265884682,
            "stop": 1265884686
        },
        {
            "start": 1265884687,
            "stop": 1265884688
        },
        {
            "start": 1265884689,
            "stop": 1265885644
        },
        {
            "start": 1265885646,
            "stop": 1265886353
        },
        {
            "start": 1265886354,
            "stop": 1265886475
        },
        {
            "start": 1265886480,
            "stop": 1265886501
        },
        {
            "start": 1265886505,
            "stop": 1265886984
        },
        {
            "start": 1265886989,
            "stop": 1265887798
        },
        {
            "start": 1265887803,
            "stop": 1265888187
        },
        {
            "start": 1265888192,
            "stop": 1265889440
        },
        {
            "start": 1265889445,
            "stop": 1265889672
        },
        {
            "start": 1265889677,
            "stop": 1265889753
        },
        {
            "start": 1265889754,
            "stop": 1265889776
        },
        {
            "start": 1265889777,
            "stop": 1265889792
        },
        {
            "start": 1265889793,
            "stop": 1265889796
        },
        {
            "start": 1265889797,
            "stop": 1265889800
        }
    ]
}