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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4832",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4830",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4831,
    "results": [
        {
            "start": 971235535,
            "stop": 971235578
        },
        {
            "start": 971235581,
            "stop": 971235726
        },
        {
            "start": 971236637,
            "stop": 971236713
        },
        {
            "start": 971236717,
            "stop": 971236917
        },
        {
            "start": 971236920,
            "stop": 971236942
        },
        {
            "start": 971236945,
            "stop": 971237288
        },
        {
            "start": 971237306,
            "stop": 971237421
        },
        {
            "start": 971237424,
            "stop": 971237537
        },
        {
            "start": 971237540,
            "stop": 971237576
        },
        {
            "start": 971237579,
            "stop": 971237681
        },
        {
            "start": 971237686,
            "stop": 971237826
        },
        {
            "start": 971237829,
            "stop": 971238226
        },
        {
            "start": 971238229,
            "stop": 971238282
        },
        {
            "start": 971238285,
            "stop": 971238790
        },
        {
            "start": 971238793,
            "stop": 971238830
        },
        {
            "start": 971238833,
            "stop": 971239153
        },
        {
            "start": 971239156,
            "stop": 971239644
        },
        {
            "start": 971239647,
            "stop": 971239865
        },
        {
            "start": 971239868,
            "stop": 971240233
        },
        {
            "start": 971240236,
            "stop": 971240257
        }
    ]
}