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=167
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=168",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=166",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 167,
    "results": [
        {
            "start": 1264352412,
            "stop": 1264352419
        },
        {
            "start": 1264352421,
            "stop": 1264352449
        },
        {
            "start": 1264352450,
            "stop": 1264352451
        },
        {
            "start": 1264352453,
            "stop": 1264352454
        },
        {
            "start": 1264352456,
            "stop": 1264352460
        },
        {
            "start": 1264352461,
            "stop": 1264353252
        },
        {
            "start": 1264353253,
            "stop": 1264353259
        },
        {
            "start": 1264353260,
            "stop": 1264353266
        },
        {
            "start": 1264353267,
            "stop": 1264353273
        },
        {
            "start": 1264353277,
            "stop": 1264353713
        },
        {
            "start": 1264353715,
            "stop": 1264353806
        },
        {
            "start": 1264353807,
            "stop": 1264353865
        },
        {
            "start": 1264353866,
            "stop": 1264353873
        },
        {
            "start": 1264353875,
            "stop": 1264353884
        },
        {
            "start": 1264353886,
            "stop": 1264353889
        },
        {
            "start": 1264353890,
            "stop": 1264353894
        },
        {
            "start": 1264353898,
            "stop": 1264353905
        },
        {
            "start": 1264353906,
            "stop": 1264353910
        },
        {
            "start": 1264353912,
            "stop": 1264353968
        },
        {
            "start": 1264353969,
            "stop": 1264353973
        }
    ]
}