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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=34",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=32",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 33,
    "results": [
        {
            "start": 1401010002,
            "stop": 1401011864
        },
        {
            "start": 1401011868,
            "stop": 1401019983
        },
        {
            "start": 1401019986,
            "stop": 1401020702
        },
        {
            "start": 1401027958,
            "stop": 1401029284
        },
        {
            "start": 1401045090,
            "stop": 1401048169
        },
        {
            "start": 1401048176,
            "stop": 1401049721
        },
        {
            "start": 1401049728,
            "stop": 1401049823
        },
        {
            "start": 1401053659,
            "stop": 1401061235
        },
        {
            "start": 1401066888,
            "stop": 1401073324
        },
        {
            "start": 1401073331,
            "stop": 1401084450
        },
        {
            "start": 1401084457,
            "stop": 1401090521
        },
        {
            "start": 1401090526,
            "stop": 1401107258
        },
        {
            "start": 1401107263,
            "stop": 1401113887
        },
        {
            "start": 1401113890,
            "stop": 1401118230
        },
        {
            "start": 1401151533,
            "stop": 1401161676
        },
        {
            "start": 1401161683,
            "stop": 1401162778
        },
        {
            "start": 1401162785,
            "stop": 1401171849
        },
        {
            "start": 1401172062,
            "stop": 1401173348
        },
        {
            "start": 1401173352,
            "stop": 1401178366
        },
        {
            "start": 1401178372,
            "stop": 1401180262
        }
    ]
}