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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=657",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=655",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 656,
    "results": [
        {
            "start": 1248049902,
            "stop": 1248056862
        },
        {
            "start": 1248056866,
            "stop": 1248058383
        },
        {
            "start": 1248058387,
            "stop": 1248058534
        },
        {
            "start": 1248058537,
            "stop": 1248063296
        },
        {
            "start": 1248063301,
            "stop": 1248065161
        },
        {
            "start": 1248065165,
            "stop": 1248066526
        },
        {
            "start": 1248066529,
            "stop": 1248068827
        },
        {
            "start": 1248068830,
            "stop": 1248069386
        },
        {
            "start": 1248073724,
            "stop": 1248077317
        },
        {
            "start": 1248077320,
            "stop": 1248078934
        },
        {
            "start": 1248078938,
            "stop": 1248081839
        },
        {
            "start": 1248081847,
            "stop": 1248082715
        },
        {
            "start": 1248082720,
            "stop": 1248083667
        },
        {
            "start": 1248083671,
            "stop": 1248084279
        },
        {
            "start": 1248084284,
            "stop": 1248084808
        },
        {
            "start": 1248084810,
            "stop": 1248087754
        },
        {
            "start": 1248087758,
            "stop": 1248088439
        },
        {
            "start": 1248088443,
            "stop": 1248089322
        },
        {
            "start": 1248089326,
            "stop": 1248090863
        },
        {
            "start": 1248090871,
            "stop": 1248094365
        }
    ]
}