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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40948",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40946",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40947,
    "results": [
        {
            "start": 875117070,
            "stop": 875117115
        },
        {
            "start": 875117116,
            "stop": 875117285
        },
        {
            "start": 875117286,
            "stop": 875117287
        },
        {
            "start": 875117288,
            "stop": 875117306
        },
        {
            "start": 875117307,
            "stop": 875117328
        },
        {
            "start": 875117329,
            "stop": 875117346
        },
        {
            "start": 875117347,
            "stop": 875117366
        },
        {
            "start": 875117367,
            "stop": 875117413
        },
        {
            "start": 875117414,
            "stop": 875117427
        },
        {
            "start": 875117428,
            "stop": 875117434
        },
        {
            "start": 875117435,
            "stop": 875117479
        },
        {
            "start": 875117480,
            "stop": 875117516
        },
        {
            "start": 875117517,
            "stop": 875117540
        },
        {
            "start": 875117542,
            "stop": 875117581
        },
        {
            "start": 875117583,
            "stop": 875117619
        },
        {
            "start": 875117621,
            "stop": 875117689
        },
        {
            "start": 875117690,
            "stop": 875117696
        },
        {
            "start": 875117697,
            "stop": 875117838
        },
        {
            "start": 875117840,
            "stop": 875117889
        },
        {
            "start": 875117890,
            "stop": 875117912
        }
    ]
}