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=352
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=353",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=351",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 352,
    "results": [
        {
            "start": 1383778136,
            "stop": 1383780168
        },
        {
            "start": 1383780171,
            "stop": 1383782119
        },
        {
            "start": 1383784477,
            "stop": 1383786324
        },
        {
            "start": 1383798686,
            "stop": 1383799940
        },
        {
            "start": 1383799944,
            "stop": 1383802914
        },
        {
            "start": 1383802919,
            "stop": 1383813717
        },
        {
            "start": 1383813720,
            "stop": 1383823889
        },
        {
            "start": 1383823893,
            "stop": 1383826323
        },
        {
            "start": 1383826325,
            "stop": 1383826917
        },
        {
            "start": 1383827215,
            "stop": 1383846446
        },
        {
            "start": 1383846449,
            "stop": 1383846956
        },
        {
            "start": 1383846960,
            "stop": 1383868071
        },
        {
            "start": 1383868867,
            "stop": 1383908999
        },
        {
            "start": 1383909001,
            "stop": 1383918485
        },
        {
            "start": 1383918487,
            "stop": 1383924792
        },
        {
            "start": 1383924796,
            "stop": 1383926313
        },
        {
            "start": 1383937225,
            "stop": 1383937690
        },
        {
            "start": 1383937693,
            "stop": 1383940151
        },
        {
            "start": 1383940154,
            "stop": 1383945324
        },
        {
            "start": 1383945328,
            "stop": 1383948754
        }
    ]
}