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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46868",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46866",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46867,
    "results": [
        {
            "start": 875146556,
            "stop": 875146558
        },
        {
            "start": 875146560,
            "stop": 875146563
        },
        {
            "start": 875146565,
            "stop": 875146582
        },
        {
            "start": 875146584,
            "stop": 875146591
        },
        {
            "start": 875146592,
            "stop": 875146593
        },
        {
            "start": 875146595,
            "stop": 875146600
        },
        {
            "start": 875146602,
            "stop": 875146607
        },
        {
            "start": 875146610,
            "stop": 875146628
        },
        {
            "start": 875146632,
            "stop": 875146642
        },
        {
            "start": 875146644,
            "stop": 875146652
        },
        {
            "start": 875146654,
            "stop": 875146664
        },
        {
            "start": 875146665,
            "stop": 875146666
        },
        {
            "start": 875146667,
            "stop": 875146679
        },
        {
            "start": 875146682,
            "stop": 875146683
        },
        {
            "start": 875146684,
            "stop": 875146717
        },
        {
            "start": 875146718,
            "stop": 875146729
        },
        {
            "start": 875146730,
            "stop": 875146735
        },
        {
            "start": 875146740,
            "stop": 875146777
        },
        {
            "start": 875146780,
            "stop": 875146797
        },
        {
            "start": 875146801,
            "stop": 875146812
        }
    ]
}