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=40860
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=40861",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40859",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40860,
    "results": [
        {
            "start": 875052199,
            "stop": 875052233
        },
        {
            "start": 875052235,
            "stop": 875052261
        },
        {
            "start": 875052263,
            "stop": 875052265
        },
        {
            "start": 875052267,
            "stop": 875052276
        },
        {
            "start": 875052278,
            "stop": 875052297
        },
        {
            "start": 875052299,
            "stop": 875052304
        },
        {
            "start": 875052305,
            "stop": 875052309
        },
        {
            "start": 875052311,
            "stop": 875052319
        },
        {
            "start": 875052321,
            "stop": 875052383
        },
        {
            "start": 875052384,
            "stop": 875052427
        },
        {
            "start": 875052430,
            "stop": 875052441
        },
        {
            "start": 875052443,
            "stop": 875052447
        },
        {
            "start": 875052449,
            "stop": 875052456
        },
        {
            "start": 875052457,
            "stop": 875052468
        },
        {
            "start": 875052469,
            "stop": 875052489
        },
        {
            "start": 875052491,
            "stop": 875052526
        },
        {
            "start": 875052527,
            "stop": 875052553
        },
        {
            "start": 875052555,
            "stop": 875052574
        },
        {
            "start": 875052576,
            "stop": 875052596
        },
        {
            "start": 875052597,
            "stop": 875052655
        }
    ]
}