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_CAT2E/segments?format=api&page=7016
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7017",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7015",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7016,
    "results": [
        {
            "start": 873783496,
            "stop": 873783506
        },
        {
            "start": 873783507,
            "stop": 873783652
        },
        {
            "start": 873783654,
            "stop": 873783767
        },
        {
            "start": 873783768,
            "stop": 873783907
        },
        {
            "start": 873783908,
            "stop": 873784226
        },
        {
            "start": 873784227,
            "stop": 873784392
        },
        {
            "start": 873784394,
            "stop": 873785105
        },
        {
            "start": 873785107,
            "stop": 873785302
        },
        {
            "start": 873785303,
            "stop": 873785327
        },
        {
            "start": 873785328,
            "stop": 873785812
        },
        {
            "start": 873786171,
            "stop": 873786319
        },
        {
            "start": 873786656,
            "stop": 873786667
        },
        {
            "start": 873786668,
            "stop": 873786839
        },
        {
            "start": 873786840,
            "stop": 873786880
        },
        {
            "start": 873786881,
            "stop": 873787278
        },
        {
            "start": 873787280,
            "stop": 873787282
        },
        {
            "start": 873787284,
            "stop": 873787290
        },
        {
            "start": 873787291,
            "stop": 873787294
        },
        {
            "start": 873787295,
            "stop": 873787300
        },
        {
            "start": 873787301,
            "stop": 873787302
        }
    ]
}