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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_CBC_CAT1/segments?format=api&page=13",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_CBC_CAT1/segments?format=api&page=11",
    "results_count": 568,
    "results_per_page": 20,
    "num_pages": 29,
    "page_number": 12,
    "results": [
        {
            "start": 1376233075,
            "stop": 1376237774
        },
        {
            "start": 1376241170,
            "stop": 1376247914
        },
        {
            "start": 1376263551,
            "stop": 1376327847
        },
        {
            "start": 1376340002,
            "stop": 1376343100
        },
        {
            "start": 1376349032,
            "stop": 1376477849
        },
        {
            "start": 1376482352,
            "stop": 1376493071
        },
        {
            "start": 1376500724,
            "stop": 1376510078
        },
        {
            "start": 1376512592,
            "stop": 1376513904
        },
        {
            "start": 1376516301,
            "stop": 1376518758
        },
        {
            "start": 1376536647,
            "stop": 1376547702
        },
        {
            "start": 1376561784,
            "stop": 1376593156
        },
        {
            "start": 1376593295,
            "stop": 1376595874
        },
        {
            "start": 1376595986,
            "stop": 1376596031
        },
        {
            "start": 1376596101,
            "stop": 1376603762
        },
        {
            "start": 1376608198,
            "stop": 1376609373
        },
        {
            "start": 1376609407,
            "stop": 1376667765
        },
        {
            "start": 1376668085,
            "stop": 1376678293
        },
        {
            "start": 1376683752,
            "stop": 1376748115
        },
        {
            "start": 1376769406,
            "stop": 1376836833
        },
        {
            "start": 1376843148,
            "stop": 1376852515
        }
    ]
}