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=6974
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=6975",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6973",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 6974,
    "results": [
        {
            "start": 873811394,
            "stop": 873811442
        },
        {
            "start": 873811448,
            "stop": 873811477
        },
        {
            "start": 873811480,
            "stop": 873811511
        },
        {
            "start": 873811514,
            "stop": 873811533
        },
        {
            "start": 873811537,
            "stop": 873811602
        },
        {
            "start": 873811606,
            "stop": 873811769
        },
        {
            "start": 873811777,
            "stop": 873811937
        },
        {
            "start": 873811941,
            "stop": 873811991
        },
        {
            "start": 873812306,
            "stop": 873812429
        },
        {
            "start": 873812433,
            "stop": 873812442
        },
        {
            "start": 873812446,
            "stop": 873812477
        },
        {
            "start": 873812481,
            "stop": 873812484
        },
        {
            "start": 873812488,
            "stop": 873812572
        },
        {
            "start": 873812574,
            "stop": 873812582
        },
        {
            "start": 873812586,
            "stop": 873812589
        },
        {
            "start": 873812594,
            "stop": 873812597
        },
        {
            "start": 873812601,
            "stop": 873812658
        },
        {
            "start": 873812662,
            "stop": 873812695
        },
        {
            "start": 873812703,
            "stop": 873812731
        },
        {
            "start": 873812734,
            "stop": 873812746
        }
    ]
}