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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5929",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5927",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5928,
    "results": [
        {
            "start": 875195713,
            "stop": 875195730
        },
        {
            "start": 875195733,
            "stop": 875195753
        },
        {
            "start": 875195756,
            "stop": 875195888
        },
        {
            "start": 875195891,
            "stop": 875195894
        },
        {
            "start": 875195897,
            "stop": 875196280
        },
        {
            "start": 875196283,
            "stop": 875196368
        },
        {
            "start": 875196371,
            "stop": 875196427
        },
        {
            "start": 875196433,
            "stop": 875196444
        },
        {
            "start": 875196447,
            "stop": 875196467
        },
        {
            "start": 875196470,
            "stop": 875196501
        },
        {
            "start": 875196504,
            "stop": 875196511
        },
        {
            "start": 875196515,
            "stop": 875196643
        },
        {
            "start": 875196646,
            "stop": 875196870
        },
        {
            "start": 875196873,
            "stop": 875197023
        },
        {
            "start": 875197026,
            "stop": 875197090
        },
        {
            "start": 875197093,
            "stop": 875197098
        },
        {
            "start": 875197101,
            "stop": 875197303
        },
        {
            "start": 875197306,
            "stop": 875197321
        },
        {
            "start": 875197324,
            "stop": 875197464
        },
        {
            "start": 875197468,
            "stop": 875197469
        }
    ]
}