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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6984",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6982",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 6983,
    "results": [
        {
            "start": 873821465,
            "stop": 873821476
        },
        {
            "start": 873821480,
            "stop": 873821502
        },
        {
            "start": 873821505,
            "stop": 873821533
        },
        {
            "start": 873821537,
            "stop": 873821580
        },
        {
            "start": 873821640,
            "stop": 873821667
        },
        {
            "start": 873821670,
            "stop": 873821671
        },
        {
            "start": 873821674,
            "stop": 873821824
        },
        {
            "start": 873821831,
            "stop": 873821887
        },
        {
            "start": 873825361,
            "stop": 873825365
        },
        {
            "start": 873825366,
            "stop": 873825372
        },
        {
            "start": 873825376,
            "stop": 873825386
        },
        {
            "start": 873825389,
            "stop": 873825394
        },
        {
            "start": 873825395,
            "stop": 873825410
        },
        {
            "start": 873825411,
            "stop": 873825442
        },
        {
            "start": 873825446,
            "stop": 873825449
        },
        {
            "start": 873825454,
            "stop": 873825464
        },
        {
            "start": 873825465,
            "stop": 873825512
        },
        {
            "start": 873825513,
            "stop": 873825841
        },
        {
            "start": 873825846,
            "stop": 873825849
        },
        {
            "start": 873825853,
            "stop": 873825879
        }
    ]
}