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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7120",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7118",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7119,
    "results": [
        {
            "start": 874260565,
            "stop": 874260637
        },
        {
            "start": 874260638,
            "stop": 874260976
        },
        {
            "start": 874260977,
            "stop": 874261244
        },
        {
            "start": 874261245,
            "stop": 874261608
        },
        {
            "start": 874261609,
            "stop": 874262007
        },
        {
            "start": 874262008,
            "stop": 874262063
        },
        {
            "start": 874262064,
            "stop": 874262084
        },
        {
            "start": 874262085,
            "stop": 874262119
        },
        {
            "start": 874262120,
            "stop": 874262605
        },
        {
            "start": 874262606,
            "stop": 874263017
        },
        {
            "start": 874263019,
            "stop": 874263029
        },
        {
            "start": 874263030,
            "stop": 874263105
        },
        {
            "start": 874263107,
            "stop": 874263196
        },
        {
            "start": 874263197,
            "stop": 874263347
        },
        {
            "start": 874267336,
            "stop": 874267343
        },
        {
            "start": 874267345,
            "stop": 874267410
        },
        {
            "start": 874267412,
            "stop": 874267445
        },
        {
            "start": 874267447,
            "stop": 874267596
        },
        {
            "start": 874267597,
            "stop": 874267611
        },
        {
            "start": 874267613,
            "stop": 874267653
        }
    ]
}