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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=126",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=124",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 125,
    "results": [
        {
            "start": 1372452476,
            "stop": 1372452697
        },
        {
            "start": 1372452699,
            "stop": 1372453234
        },
        {
            "start": 1372453236,
            "stop": 1372453456
        },
        {
            "start": 1372453458,
            "stop": 1372454004
        },
        {
            "start": 1372454005,
            "stop": 1372455583
        },
        {
            "start": 1372455585,
            "stop": 1372456708
        },
        {
            "start": 1372456709,
            "stop": 1372456930
        },
        {
            "start": 1372456932,
            "stop": 1372457558
        },
        {
            "start": 1372457560,
            "stop": 1372457781
        },
        {
            "start": 1372457782,
            "stop": 1372458399
        },
        {
            "start": 1372458401,
            "stop": 1372458611
        },
        {
            "start": 1372458613,
            "stop": 1372459341
        },
        {
            "start": 1372459342,
            "stop": 1372459563
        },
        {
            "start": 1372459565,
            "stop": 1372460517
        },
        {
            "start": 1372460518,
            "stop": 1372460739
        },
        {
            "start": 1372460740,
            "stop": 1372461407
        },
        {
            "start": 1372461409,
            "stop": 1372461630
        },
        {
            "start": 1372461631,
            "stop": 1372462231
        },
        {
            "start": 1372462236,
            "stop": 1372463177
        },
        {
            "start": 1372463179,
            "stop": 1372463379
        }
    ]
}