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=41000
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=41001",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40999",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 41000,
    "results": [
        {
            "start": 875149008,
            "stop": 875149020
        },
        {
            "start": 875149080,
            "stop": 875149113
        },
        {
            "start": 875149115,
            "stop": 875149125
        },
        {
            "start": 875149127,
            "stop": 875149134
        },
        {
            "start": 875149135,
            "stop": 875149140
        },
        {
            "start": 875149200,
            "stop": 875149242
        },
        {
            "start": 875149243,
            "stop": 875149311
        },
        {
            "start": 875149312,
            "stop": 875149323
        },
        {
            "start": 875149324,
            "stop": 875149359
        },
        {
            "start": 875149360,
            "stop": 875149366
        },
        {
            "start": 875149367,
            "stop": 875149383
        },
        {
            "start": 875149384,
            "stop": 875149400
        },
        {
            "start": 875149401,
            "stop": 875149472
        },
        {
            "start": 875149473,
            "stop": 875149485
        },
        {
            "start": 875149486,
            "stop": 875149501
        },
        {
            "start": 875149503,
            "stop": 875149565
        },
        {
            "start": 875149566,
            "stop": 875149579
        },
        {
            "start": 875149580,
            "stop": 875149589
        },
        {
            "start": 875149591,
            "stop": 875149594
        },
        {
            "start": 875149596,
            "stop": 875149598
        }
    ]
}