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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=369",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=367",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 368,
    "results": [
        {
            "start": 1240761329,
            "stop": 1240761583
        },
        {
            "start": 1240761584,
            "stop": 1240761640
        },
        {
            "start": 1240761641,
            "stop": 1240761760
        },
        {
            "start": 1240761761,
            "stop": 1240761764
        },
        {
            "start": 1240761766,
            "stop": 1240761986
        },
        {
            "start": 1240761987,
            "stop": 1240762066
        },
        {
            "start": 1240762069,
            "stop": 1240763167
        },
        {
            "start": 1240763168,
            "stop": 1240763452
        },
        {
            "start": 1240763453,
            "stop": 1240763521
        },
        {
            "start": 1240763522,
            "stop": 1240763858
        },
        {
            "start": 1240763860,
            "stop": 1240763907
        },
        {
            "start": 1240763908,
            "stop": 1240763989
        },
        {
            "start": 1240764331,
            "stop": 1240764450
        },
        {
            "start": 1240764452,
            "stop": 1240764468
        },
        {
            "start": 1240764469,
            "stop": 1240764602
        },
        {
            "start": 1240764603,
            "stop": 1240764608
        },
        {
            "start": 1240764609,
            "stop": 1240765137
        },
        {
            "start": 1240765138,
            "stop": 1240765179
        },
        {
            "start": 1240765180,
            "stop": 1240765250
        },
        {
            "start": 1240765252,
            "stop": 1240765457
        }
    ]
}