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=40570
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=40571",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40569",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40570,
    "results": [
        {
            "start": 874847598,
            "stop": 874847602
        },
        {
            "start": 874847604,
            "stop": 874847608
        },
        {
            "start": 874847609,
            "stop": 874847613
        },
        {
            "start": 874847614,
            "stop": 874847618
        },
        {
            "start": 874847621,
            "stop": 874847624
        },
        {
            "start": 874847625,
            "stop": 874847629
        },
        {
            "start": 874847631,
            "stop": 874847639
        },
        {
            "start": 874847640,
            "stop": 874847644
        },
        {
            "start": 874847645,
            "stop": 874847650
        },
        {
            "start": 874847651,
            "stop": 874847655
        },
        {
            "start": 874847656,
            "stop": 874847659
        },
        {
            "start": 874847662,
            "stop": 874847666
        },
        {
            "start": 874847667,
            "stop": 874847671
        },
        {
            "start": 874847672,
            "stop": 874847677
        },
        {
            "start": 874847678,
            "stop": 874847682
        },
        {
            "start": 874847683,
            "stop": 874847687
        },
        {
            "start": 874847688,
            "stop": 874847693
        },
        {
            "start": 874847694,
            "stop": 874847698
        },
        {
            "start": 874847699,
            "stop": 874847703
        },
        {
            "start": 874847704,
            "stop": 874847708
        }
    ]
}