Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=198
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=199",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=197",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 198,
    "results": [
        {
            "start": 820720953,
            "stop": 820728214
        },
        {
            "start": 820728217,
            "stop": 820730040
        },
        {
            "start": 820730160,
            "stop": 820731720
        },
        {
            "start": 820731780,
            "stop": 820731918
        },
        {
            "start": 820733035,
            "stop": 820733734
        },
        {
            "start": 820734773,
            "stop": 820736400
        },
        {
            "start": 820736460,
            "stop": 820737133
        },
        {
            "start": 820737228,
            "stop": 820739108
        },
        {
            "start": 820739118,
            "stop": 820741421
        },
        {
            "start": 820742193,
            "stop": 820748875
        },
        {
            "start": 820750261,
            "stop": 820750993
        },
        {
            "start": 820751649,
            "stop": 820752288
        },
        {
            "start": 820752291,
            "stop": 820752366
        },
        {
            "start": 820753458,
            "stop": 820755313
        },
        {
            "start": 820755316,
            "stop": 820755971
        },
        {
            "start": 820760166,
            "stop": 820760451
        },
        {
            "start": 820760454,
            "stop": 820760792
        },
        {
            "start": 820760795,
            "stop": 820760888
        },
        {
            "start": 820760891,
            "stop": 820761178
        },
        {
            "start": 820761181,
            "stop": 820763453
        }
    ]
}