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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=374",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=372",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 373,
    "results": [
        {
            "start": 934718556,
            "stop": 934718557
        },
        {
            "start": 934718559,
            "stop": 934718563
        },
        {
            "start": 934718565,
            "stop": 934718582
        },
        {
            "start": 934718584,
            "stop": 934718608
        },
        {
            "start": 934718610,
            "stop": 934718613
        },
        {
            "start": 934718616,
            "stop": 934718630
        },
        {
            "start": 934718634,
            "stop": 934722134
        },
        {
            "start": 934722136,
            "stop": 934722154
        },
        {
            "start": 934722156,
            "stop": 934722157
        },
        {
            "start": 934722159,
            "stop": 934722166
        },
        {
            "start": 934722168,
            "stop": 934722182
        },
        {
            "start": 934722185,
            "stop": 934722210
        },
        {
            "start": 934722212,
            "stop": 934722215
        },
        {
            "start": 934722218,
            "stop": 934722231
        },
        {
            "start": 934722236,
            "stop": 934722496
        },
        {
            "start": 934722500,
            "stop": 934722501
        },
        {
            "start": 934722508,
            "stop": 934724000
        },
        {
            "start": 934724002,
            "stop": 934724343
        },
        {
            "start": 934724345,
            "stop": 934724587
        },
        {
            "start": 934729106,
            "stop": 934729334
        }
    ]
}