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=188
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=189",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=187",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 188,
    "results": [
        {
            "start": 819898670,
            "stop": 819898842
        },
        {
            "start": 819898858,
            "stop": 819898873
        },
        {
            "start": 819898878,
            "stop": 819899016
        },
        {
            "start": 819900181,
            "stop": 819900193
        },
        {
            "start": 819900198,
            "stop": 819900219
        },
        {
            "start": 819900224,
            "stop": 819900307
        },
        {
            "start": 819903491,
            "stop": 819903539
        },
        {
            "start": 819912459,
            "stop": 819912536
        },
        {
            "start": 819912541,
            "stop": 819912575
        },
        {
            "start": 819912580,
            "stop": 819912606
        },
        {
            "start": 819912613,
            "stop": 819912677
        },
        {
            "start": 819912682,
            "stop": 819912699
        },
        {
            "start": 819912706,
            "stop": 819912735
        },
        {
            "start": 819912756,
            "stop": 819912837
        },
        {
            "start": 819912842,
            "stop": 819912917
        },
        {
            "start": 819912924,
            "stop": 819913320
        },
        {
            "start": 819916519,
            "stop": 819917276
        },
        {
            "start": 819928996,
            "stop": 819929474
        },
        {
            "start": 819929479,
            "stop": 819929693
        },
        {
            "start": 819929700,
            "stop": 819931721
        }
    ]
}