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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=337",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=335",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 336,
    "results": [
        {
            "start": 1380743300,
            "stop": 1380744937
        },
        {
            "start": 1380744939,
            "stop": 1380747591
        },
        {
            "start": 1380748453,
            "stop": 1380751272
        },
        {
            "start": 1380751277,
            "stop": 1380753423
        },
        {
            "start": 1380756314,
            "stop": 1380768827
        },
        {
            "start": 1380769221,
            "stop": 1380774669
        },
        {
            "start": 1380774673,
            "stop": 1380785725
        },
        {
            "start": 1380785728,
            "stop": 1380796350
        },
        {
            "start": 1380796353,
            "stop": 1380801050
        },
        {
            "start": 1380801054,
            "stop": 1380817456
        },
        {
            "start": 1380817460,
            "stop": 1380827602
        },
        {
            "start": 1380834619,
            "stop": 1380836794
        },
        {
            "start": 1380836799,
            "stop": 1380844623
        },
        {
            "start": 1380844626,
            "stop": 1380856713
        },
        {
            "start": 1380856717,
            "stop": 1380863149
        },
        {
            "start": 1380863152,
            "stop": 1380864393
        },
        {
            "start": 1380864398,
            "stop": 1380880698
        },
        {
            "start": 1380921055,
            "stop": 1380924524
        },
        {
            "start": 1380926864,
            "stop": 1380928009
        },
        {
            "start": 1380929965,
            "stop": 1380930361
        }
    ]
}