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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7217",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7215",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7216,
    "results": [
        {
            "start": 874694682,
            "stop": 874694739
        },
        {
            "start": 874694740,
            "stop": 874694798
        },
        {
            "start": 874694800,
            "stop": 874695125
        },
        {
            "start": 874695126,
            "stop": 874695339
        },
        {
            "start": 874695340,
            "stop": 874695689
        },
        {
            "start": 874697253,
            "stop": 874697491
        },
        {
            "start": 874697492,
            "stop": 874697971
        },
        {
            "start": 874697972,
            "stop": 874698295
        },
        {
            "start": 874698296,
            "stop": 874698636
        },
        {
            "start": 874698638,
            "stop": 874698954
        },
        {
            "start": 874698955,
            "stop": 874699019
        },
        {
            "start": 874699020,
            "stop": 874699051
        },
        {
            "start": 874699052,
            "stop": 874699140
        },
        {
            "start": 874699141,
            "stop": 874699173
        },
        {
            "start": 874699175,
            "stop": 874699189
        },
        {
            "start": 874699190,
            "stop": 874699269
        },
        {
            "start": 874699270,
            "stop": 874699541
        },
        {
            "start": 874699542,
            "stop": 874699637
        },
        {
            "start": 874699638,
            "stop": 874699687
        },
        {
            "start": 874699688,
            "stop": 874699858
        }
    ]
}