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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5115",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5113",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5114,
    "results": [
        {
            "start": 1136982794,
            "stop": 1136982803
        },
        {
            "start": 1136982805,
            "stop": 1136982815
        },
        {
            "start": 1136982817,
            "stop": 1136982848
        },
        {
            "start": 1136982850,
            "stop": 1136982857
        },
        {
            "start": 1136982859,
            "stop": 1136982870
        },
        {
            "start": 1136982872,
            "stop": 1136982951
        },
        {
            "start": 1136982953,
            "stop": 1136982958
        },
        {
            "start": 1136982960,
            "stop": 1136982980
        },
        {
            "start": 1136982981,
            "stop": 1136982995
        },
        {
            "start": 1136982997,
            "stop": 1136983004
        },
        {
            "start": 1136983005,
            "stop": 1136983019
        },
        {
            "start": 1136983021,
            "stop": 1136983099
        },
        {
            "start": 1136983101,
            "stop": 1136983102
        },
        {
            "start": 1136983104,
            "stop": 1136983131
        },
        {
            "start": 1136983133,
            "stop": 1136983143
        },
        {
            "start": 1136983145,
            "stop": 1136983154
        },
        {
            "start": 1136983156,
            "stop": 1136983164
        },
        {
            "start": 1136983166,
            "stop": 1136983175
        },
        {
            "start": 1136983177,
            "stop": 1136983184
        },
        {
            "start": 1136983186,
            "stop": 1136983190
        }
    ]
}