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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41104",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41102",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 41103,
    "results": [
        {
            "start": 875228604,
            "stop": 875228642
        },
        {
            "start": 875228643,
            "stop": 875228657
        },
        {
            "start": 875228659,
            "stop": 875228688
        },
        {
            "start": 875228689,
            "stop": 875228711
        },
        {
            "start": 875228712,
            "stop": 875228725
        },
        {
            "start": 875228726,
            "stop": 875228742
        },
        {
            "start": 875228743,
            "stop": 875228754
        },
        {
            "start": 875228756,
            "stop": 875228764
        },
        {
            "start": 875228765,
            "stop": 875228798
        },
        {
            "start": 875228799,
            "stop": 875228818
        },
        {
            "start": 875228820,
            "stop": 875228821
        },
        {
            "start": 875228822,
            "stop": 875228823
        },
        {
            "start": 875228824,
            "stop": 875228831
        },
        {
            "start": 875228834,
            "stop": 875228870
        },
        {
            "start": 875228871,
            "stop": 875228900
        },
        {
            "start": 875228902,
            "stop": 875228956
        },
        {
            "start": 875228957,
            "stop": 875228984
        },
        {
            "start": 875228985,
            "stop": 875228998
        },
        {
            "start": 875228999,
            "stop": 875229089
        },
        {
            "start": 875229090,
            "stop": 875229124
        }
    ]
}