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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=395",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=393",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 394,
    "results": [
        {
            "start": 1182261635,
            "stop": 1182262802
        },
        {
            "start": 1182262803,
            "stop": 1182262969
        },
        {
            "start": 1182262973,
            "stop": 1182265473
        },
        {
            "start": 1182265476,
            "stop": 1182266873
        },
        {
            "start": 1182266874,
            "stop": 1182268443
        },
        {
            "start": 1182268446,
            "stop": 1182270033
        },
        {
            "start": 1182270034,
            "stop": 1182276441
        },
        {
            "start": 1182276445,
            "stop": 1182290107
        },
        {
            "start": 1182290111,
            "stop": 1182290748
        },
        {
            "start": 1182290752,
            "stop": 1182293242
        },
        {
            "start": 1182293246,
            "stop": 1182299248
        },
        {
            "start": 1182299252,
            "stop": 1182300205
        },
        {
            "start": 1182300209,
            "stop": 1182302928
        },
        {
            "start": 1182302932,
            "stop": 1182305906
        },
        {
            "start": 1182305910,
            "stop": 1182311870
        },
        {
            "start": 1182311871,
            "stop": 1182312207
        },
        {
            "start": 1182312211,
            "stop": 1182319262
        },
        {
            "start": 1182319265,
            "stop": 1182320044
        },
        {
            "start": 1182320048,
            "stop": 1182321366
        },
        {
            "start": 1182321370,
            "stop": 1182326815
        }
    ]
}