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=40940
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=40941",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40939",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40940,
    "results": [
        {
            "start": 875112351,
            "stop": 875112370
        },
        {
            "start": 875112371,
            "stop": 875112390
        },
        {
            "start": 875112392,
            "stop": 875112421
        },
        {
            "start": 875112424,
            "stop": 875112444
        },
        {
            "start": 875112449,
            "stop": 875112497
        },
        {
            "start": 875112498,
            "stop": 875112510
        },
        {
            "start": 875112512,
            "stop": 875112574
        },
        {
            "start": 875112575,
            "stop": 875112642
        },
        {
            "start": 875112643,
            "stop": 875112816
        },
        {
            "start": 875112817,
            "stop": 875112851
        },
        {
            "start": 875112852,
            "stop": 875112901
        },
        {
            "start": 875112902,
            "stop": 875112919
        },
        {
            "start": 875112920,
            "stop": 875112932
        },
        {
            "start": 875112934,
            "stop": 875112965
        },
        {
            "start": 875112966,
            "stop": 875113029
        },
        {
            "start": 875113030,
            "stop": 875113071
        },
        {
            "start": 875113073,
            "stop": 875113279
        },
        {
            "start": 875113280,
            "stop": 875113291
        },
        {
            "start": 875113292,
            "stop": 875113346
        },
        {
            "start": 875113348,
            "stop": 875113386
        }
    ]
}