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=139
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=140",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=138",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 139,
    "results": [
        {
            "start": 831872790,
            "stop": 831883979
        },
        {
            "start": 831883981,
            "stop": 831911441
        },
        {
            "start": 831911551,
            "stop": 831911966
        },
        {
            "start": 831912266,
            "stop": 831923480
        },
        {
            "start": 831923590,
            "stop": 831924012
        },
        {
            "start": 831924017,
            "stop": 831924023
        },
        {
            "start": 831924028,
            "stop": 831924036
        },
        {
            "start": 831924042,
            "stop": 831924047
        },
        {
            "start": 831924051,
            "stop": 831924054
        },
        {
            "start": 831924057,
            "stop": 831924059
        },
        {
            "start": 831924143,
            "stop": 831925811
        },
        {
            "start": 831925914,
            "stop": 831929431
        },
        {
            "start": 831929731,
            "stop": 831933748
        },
        {
            "start": 831937048,
            "stop": 831938833
        },
        {
            "start": 831938943,
            "stop": 831939304
        },
        {
            "start": 831939604,
            "stop": 831944030
        },
        {
            "start": 831944522,
            "stop": 831956293
        },
        {
            "start": 831957439,
            "stop": 831982693
        },
        {
            "start": 831984451,
            "stop": 832001414
        },
        {
            "start": 832001524,
            "stop": 832003703
        }
    ]
}