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=1923
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=1924",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1922",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1923,
    "results": [
        {
            "start": 1252097790,
            "stop": 1252097791
        },
        {
            "start": 1252097794,
            "stop": 1252098417
        },
        {
            "start": 1252098420,
            "stop": 1252098692
        },
        {
            "start": 1252098697,
            "stop": 1252098954
        },
        {
            "start": 1252098957,
            "stop": 1252098999
        },
        {
            "start": 1252099005,
            "stop": 1252099024
        },
        {
            "start": 1252099027,
            "stop": 1252099135
        },
        {
            "start": 1252099136,
            "stop": 1252099401
        },
        {
            "start": 1252099404,
            "stop": 1252099431
        },
        {
            "start": 1252099434,
            "stop": 1252099437
        },
        {
            "start": 1252099440,
            "stop": 1252099445
        },
        {
            "start": 1252099448,
            "stop": 1252099450
        },
        {
            "start": 1252099453,
            "stop": 1252099454
        },
        {
            "start": 1252099456,
            "stop": 1252099566
        },
        {
            "start": 1252099567,
            "stop": 1252099627
        },
        {
            "start": 1252099632,
            "stop": 1252099674
        },
        {
            "start": 1252099677,
            "stop": 1252099772
        },
        {
            "start": 1252099775,
            "stop": 1252100066
        },
        {
            "start": 1252100069,
            "stop": 1252100281
        },
        {
            "start": 1252100284,
            "stop": 1252100438
        }
    ]
}