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=47000
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=47001",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46999",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 47000,
    "results": [
        {
            "start": 875220793,
            "stop": 875220801
        },
        {
            "start": 875220803,
            "stop": 875220830
        },
        {
            "start": 875220831,
            "stop": 875220837
        },
        {
            "start": 875220838,
            "stop": 875220839
        },
        {
            "start": 875220840,
            "stop": 875220868
        },
        {
            "start": 875220869,
            "stop": 875220873
        },
        {
            "start": 875220876,
            "stop": 875220878
        },
        {
            "start": 875220883,
            "stop": 875220908
        },
        {
            "start": 875220909,
            "stop": 875220913
        },
        {
            "start": 875220918,
            "stop": 875220919
        },
        {
            "start": 875220920,
            "stop": 875220929
        },
        {
            "start": 875220931,
            "stop": 875220940
        },
        {
            "start": 875220941,
            "stop": 875220948
        },
        {
            "start": 875220953,
            "stop": 875220973
        },
        {
            "start": 875220977,
            "stop": 875220989
        },
        {
            "start": 875220992,
            "stop": 875221015
        },
        {
            "start": 875221017,
            "stop": 875221020
        },
        {
            "start": 875221023,
            "stop": 875221038
        },
        {
            "start": 875221041,
            "stop": 875221042
        },
        {
            "start": 875221046,
            "stop": 875221053
        }
    ]
}