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=75
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=76",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=74",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 75,
    "results": [
        {
            "start": 1405259240,
            "stop": 1405262694
        },
        {
            "start": 1405262814,
            "stop": 1405263046
        },
        {
            "start": 1405263262,
            "stop": 1405268166
        },
        {
            "start": 1405271202,
            "stop": 1405272074
        },
        {
            "start": 1405272078,
            "stop": 1405276355
        },
        {
            "start": 1405276356,
            "stop": 1405276411
        },
        {
            "start": 1405279947,
            "stop": 1405282808
        },
        {
            "start": 1405282810,
            "stop": 1405289938
        },
        {
            "start": 1405289940,
            "stop": 1405304815
        },
        {
            "start": 1405304967,
            "stop": 1405305071
        },
        {
            "start": 1405305287,
            "stop": 1405305327
        },
        {
            "start": 1405305879,
            "stop": 1405305903
        },
        {
            "start": 1405307907,
            "stop": 1405307915
        },
        {
            "start": 1405308495,
            "stop": 1405308519
        },
        {
            "start": 1405309343,
            "stop": 1405310135
        },
        {
            "start": 1405311663,
            "stop": 1405312647
        },
        {
            "start": 1405312895,
            "stop": 1405313015
        },
        {
            "start": 1405313135,
            "stop": 1405313191
        },
        {
            "start": 1405313311,
            "stop": 1405313431
        },
        {
            "start": 1405313695,
            "stop": 1405313991
        }
    ]
}