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=127
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=128",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=126",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 127,
    "results": [
        {
            "start": 1264181623,
            "stop": 1264181641
        },
        {
            "start": 1264181644,
            "stop": 1264181647
        },
        {
            "start": 1264181648,
            "stop": 1264181649
        },
        {
            "start": 1264181654,
            "stop": 1264181659
        },
        {
            "start": 1264181662,
            "stop": 1264181670
        },
        {
            "start": 1264181671,
            "stop": 1264181672
        },
        {
            "start": 1264181675,
            "stop": 1264181676
        },
        {
            "start": 1264181679,
            "stop": 1264181681
        },
        {
            "start": 1264181682,
            "stop": 1264181688
        },
        {
            "start": 1264181689,
            "stop": 1264181690
        },
        {
            "start": 1264181691,
            "stop": 1264181694
        },
        {
            "start": 1264181698,
            "stop": 1264181701
        },
        {
            "start": 1264181703,
            "stop": 1264181707
        },
        {
            "start": 1264181711,
            "stop": 1264181715
        },
        {
            "start": 1264181720,
            "stop": 1264181724
        },
        {
            "start": 1264181729,
            "stop": 1264181746
        },
        {
            "start": 1264181748,
            "stop": 1264181756
        },
        {
            "start": 1264181758,
            "stop": 1264181759
        },
        {
            "start": 1264181760,
            "stop": 1264181764
        },
        {
            "start": 1264181769,
            "stop": 1264181774
        }
    ]
}