Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=28
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=29",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=27",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 28,
    "results": [
        {
            "start": 816783555,
            "stop": 816783566
        },
        {
            "start": 816783569,
            "stop": 816783598
        },
        {
            "start": 816783601,
            "stop": 816783602
        },
        {
            "start": 816783605,
            "stop": 816783698
        },
        {
            "start": 816783703,
            "stop": 816783709
        },
        {
            "start": 816783712,
            "stop": 816783713
        },
        {
            "start": 816783716,
            "stop": 816783748
        },
        {
            "start": 816783755,
            "stop": 816783757
        },
        {
            "start": 816783774,
            "stop": 816783780
        },
        {
            "start": 816783788,
            "stop": 816783789
        },
        {
            "start": 816783792,
            "stop": 816783793
        },
        {
            "start": 816790398,
            "stop": 816790581
        },
        {
            "start": 816790586,
            "stop": 816790593
        },
        {
            "start": 816790600,
            "stop": 816790606
        },
        {
            "start": 816790609,
            "stop": 816790654
        },
        {
            "start": 816790657,
            "stop": 816791210
        },
        {
            "start": 816791213,
            "stop": 816791265
        },
        {
            "start": 816791269,
            "stop": 816791349
        },
        {
            "start": 816791354,
            "stop": 816791469
        },
        {
            "start": 816791472,
            "stop": 816791806
        }
    ]
}