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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=190",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=188",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 189,
    "results": [
        {
            "start": 1264376531,
            "stop": 1264376558
        },
        {
            "start": 1264376560,
            "stop": 1264376565
        },
        {
            "start": 1264376568,
            "stop": 1264376573
        },
        {
            "start": 1264376574,
            "stop": 1264376602
        },
        {
            "start": 1264376604,
            "stop": 1264376608
        },
        {
            "start": 1264376610,
            "stop": 1264376646
        },
        {
            "start": 1264376647,
            "stop": 1264376654
        },
        {
            "start": 1264376656,
            "stop": 1264376658
        },
        {
            "start": 1264376659,
            "stop": 1264376662
        },
        {
            "start": 1264376664,
            "stop": 1264376666
        },
        {
            "start": 1264376668,
            "stop": 1264376671
        },
        {
            "start": 1264376673,
            "stop": 1264376716
        },
        {
            "start": 1264376719,
            "stop": 1264376757
        },
        {
            "start": 1264376758,
            "stop": 1264376759
        },
        {
            "start": 1264376760,
            "stop": 1264376790
        },
        {
            "start": 1264376792,
            "stop": 1264376845
        },
        {
            "start": 1264376848,
            "stop": 1264376853
        },
        {
            "start": 1264376854,
            "stop": 1264376855
        },
        {
            "start": 1264376856,
            "stop": 1264376974
        },
        {
            "start": 1264376976,
            "stop": 1264377040
        }
    ]
}