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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=142",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=140",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 141,
    "results": [
        {
            "start": 1264328617,
            "stop": 1264328622
        },
        {
            "start": 1264328625,
            "stop": 1264328626
        },
        {
            "start": 1264328628,
            "stop": 1264328646
        },
        {
            "start": 1264328654,
            "stop": 1264328657
        },
        {
            "start": 1264328659,
            "stop": 1264328663
        },
        {
            "start": 1264328668,
            "stop": 1264328673
        },
        {
            "start": 1264328674,
            "stop": 1264328679
        },
        {
            "start": 1264328680,
            "stop": 1264328681
        },
        {
            "start": 1264328682,
            "stop": 1264328684
        },
        {
            "start": 1264328686,
            "stop": 1264328687
        },
        {
            "start": 1264328694,
            "stop": 1264328697
        },
        {
            "start": 1264328698,
            "stop": 1264328703
        },
        {
            "start": 1264328707,
            "stop": 1264328708
        },
        {
            "start": 1264328709,
            "stop": 1264328710
        },
        {
            "start": 1264328713,
            "stop": 1264328716
        },
        {
            "start": 1264328718,
            "stop": 1264328722
        },
        {
            "start": 1264328723,
            "stop": 1264328727
        },
        {
            "start": 1264328730,
            "stop": 1264328731
        },
        {
            "start": 1264328732,
            "stop": 1264328735
        },
        {
            "start": 1264328736,
            "stop": 1264328737
        }
    ]
}