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=5798
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=5799",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5797",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5798,
    "results": [
        {
            "start": 874686252,
            "stop": 874686355
        },
        {
            "start": 874686358,
            "stop": 874686459
        },
        {
            "start": 874686462,
            "stop": 874686465
        },
        {
            "start": 874686469,
            "stop": 874686475
        },
        {
            "start": 874686478,
            "stop": 874686519
        },
        {
            "start": 874686523,
            "stop": 874686525
        },
        {
            "start": 874686528,
            "stop": 874686544
        },
        {
            "start": 874686547,
            "stop": 874686568
        },
        {
            "start": 874686571,
            "stop": 874686572
        },
        {
            "start": 874686575,
            "stop": 874686593
        },
        {
            "start": 874686596,
            "stop": 874686665
        },
        {
            "start": 874686668,
            "stop": 874686805
        },
        {
            "start": 874686808,
            "stop": 874686841
        },
        {
            "start": 874686844,
            "stop": 874686871
        },
        {
            "start": 874686874,
            "stop": 874686950
        },
        {
            "start": 874686953,
            "stop": 874686994
        },
        {
            "start": 874686997,
            "stop": 874687016
        },
        {
            "start": 874687019,
            "stop": 874687027
        },
        {
            "start": 874687033,
            "stop": 874687040
        },
        {
            "start": 874687043,
            "stop": 874687076
        }
    ]
}