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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46735",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46733",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46734,
    "results": [
        {
            "start": 875068455,
            "stop": 875068484
        },
        {
            "start": 875068485,
            "stop": 875068531
        },
        {
            "start": 875068532,
            "stop": 875068541
        },
        {
            "start": 875068542,
            "stop": 875068546
        },
        {
            "start": 875068547,
            "stop": 875068567
        },
        {
            "start": 875068570,
            "stop": 875068592
        },
        {
            "start": 875068593,
            "stop": 875068594
        },
        {
            "start": 875068595,
            "stop": 875068616
        },
        {
            "start": 875068617,
            "stop": 875068626
        },
        {
            "start": 875068627,
            "stop": 875068631
        },
        {
            "start": 875068632,
            "stop": 875068634
        },
        {
            "start": 875068635,
            "stop": 875068654
        },
        {
            "start": 875068655,
            "stop": 875068658
        },
        {
            "start": 875068660,
            "stop": 875068663
        },
        {
            "start": 875068665,
            "stop": 875068677
        },
        {
            "start": 875068678,
            "stop": 875068716
        },
        {
            "start": 875068717,
            "stop": 875068729
        },
        {
            "start": 875068730,
            "stop": 875068744
        },
        {
            "start": 875068745,
            "stop": 875068752
        },
        {
            "start": 875068753,
            "stop": 875068761
        }
    ]
}