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=41045
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=41046",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41044",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 41045,
    "results": [
        {
            "start": 875196091,
            "stop": 875196119
        },
        {
            "start": 875196121,
            "stop": 875196157
        },
        {
            "start": 875196158,
            "stop": 875196183
        },
        {
            "start": 875196184,
            "stop": 875196265
        },
        {
            "start": 875196266,
            "stop": 875196311
        },
        {
            "start": 875196312,
            "stop": 875196332
        },
        {
            "start": 875196333,
            "stop": 875196462
        },
        {
            "start": 875196463,
            "stop": 875196481
        },
        {
            "start": 875196482,
            "stop": 875196624
        },
        {
            "start": 875196625,
            "stop": 875196646
        },
        {
            "start": 875196647,
            "stop": 875196651
        },
        {
            "start": 875196652,
            "stop": 875196668
        },
        {
            "start": 875196670,
            "stop": 875196679
        },
        {
            "start": 875196680,
            "stop": 875196686
        },
        {
            "start": 875196687,
            "stop": 875196715
        },
        {
            "start": 875196717,
            "stop": 875196835
        },
        {
            "start": 875196836,
            "stop": 875196840
        },
        {
            "start": 875196844,
            "stop": 875196868
        },
        {
            "start": 875196869,
            "stop": 875196876
        },
        {
            "start": 875196877,
            "stop": 875196907
        }
    ]
}