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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=362",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=360",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 361,
    "results": [
        {
            "start": 824869525,
            "stop": 824869752
        },
        {
            "start": 824869757,
            "stop": 824870195
        },
        {
            "start": 824870203,
            "stop": 824871911
        },
        {
            "start": 824871919,
            "stop": 824872468
        },
        {
            "start": 824872473,
            "stop": 824873468
        },
        {
            "start": 824873476,
            "stop": 824873521
        },
        {
            "start": 824873529,
            "stop": 824873804
        },
        {
            "start": 824873809,
            "stop": 824875786
        },
        {
            "start": 824875791,
            "stop": 824876290
        },
        {
            "start": 824876295,
            "stop": 824876430
        },
        {
            "start": 824876438,
            "stop": 824877657
        },
        {
            "start": 824877665,
            "stop": 824879392
        },
        {
            "start": 824879400,
            "stop": 824881529
        },
        {
            "start": 824881537,
            "stop": 824882831
        },
        {
            "start": 824882836,
            "stop": 824884112
        },
        {
            "start": 824884120,
            "stop": 824884535
        },
        {
            "start": 824884543,
            "stop": 824887186
        },
        {
            "start": 824887193,
            "stop": 824888389
        },
        {
            "start": 824888397,
            "stop": 824888770
        },
        {
            "start": 824888775,
            "stop": 824888865
        }
    ]
}