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=41039
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=41040",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41038",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 41039,
    "results": [
        {
            "start": 875193259,
            "stop": 875193378
        },
        {
            "start": 875193379,
            "stop": 875193380
        },
        {
            "start": 875193381,
            "stop": 875193410
        },
        {
            "start": 875193412,
            "stop": 875193425
        },
        {
            "start": 875193426,
            "stop": 875193440
        },
        {
            "start": 875193441,
            "stop": 875193444
        },
        {
            "start": 875193446,
            "stop": 875193490
        },
        {
            "start": 875193491,
            "stop": 875193505
        },
        {
            "start": 875193506,
            "stop": 875193523
        },
        {
            "start": 875193524,
            "stop": 875193532
        },
        {
            "start": 875193533,
            "stop": 875193539
        },
        {
            "start": 875193540,
            "stop": 875193588
        },
        {
            "start": 875193589,
            "stop": 875193622
        },
        {
            "start": 875193623,
            "stop": 875193631
        },
        {
            "start": 875193632,
            "stop": 875193651
        },
        {
            "start": 875193652,
            "stop": 875193661
        },
        {
            "start": 875193662,
            "stop": 875193676
        },
        {
            "start": 875193677,
            "stop": 875193743
        },
        {
            "start": 875193744,
            "stop": 875193765
        },
        {
            "start": 875193766,
            "stop": 875193803
        }
    ]
}