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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=64",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=62",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 63,
    "results": [
        {
            "start": 1403932053,
            "stop": 1403932951
        },
        {
            "start": 1403987510,
            "stop": 1403991951
        },
        {
            "start": 1403991955,
            "stop": 1404002493
        },
        {
            "start": 1404002497,
            "stop": 1404012855
        },
        {
            "start": 1404012857,
            "stop": 1404013406
        },
        {
            "start": 1404013409,
            "stop": 1404016226
        },
        {
            "start": 1404016228,
            "stop": 1404017076
        },
        {
            "start": 1404017081,
            "stop": 1404019190
        },
        {
            "start": 1404019538,
            "stop": 1404027142
        },
        {
            "start": 1404031488,
            "stop": 1404032122
        },
        {
            "start": 1404032127,
            "stop": 1404032177
        },
        {
            "start": 1404034391,
            "stop": 1404034788
        },
        {
            "start": 1404036974,
            "stop": 1404037275
        },
        {
            "start": 1404041085,
            "stop": 1404041541
        },
        {
            "start": 1404048461,
            "stop": 1404049359
        },
        {
            "start": 1404049362,
            "stop": 1404057907
        },
        {
            "start": 1404068968,
            "stop": 1404069131
        },
        {
            "start": 1404069135,
            "stop": 1404074215
        },
        {
            "start": 1404078783,
            "stop": 1404079407
        },
        {
            "start": 1404079412,
            "stop": 1404083776
        }
    ]
}