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=41006
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=41007",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41005",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 41006,
    "results": [
        {
            "start": 875152334,
            "stop": 875152394
        },
        {
            "start": 875152395,
            "stop": 875152436
        },
        {
            "start": 875152437,
            "stop": 875152447
        },
        {
            "start": 875152448,
            "stop": 875152459
        },
        {
            "start": 875152460,
            "stop": 875152470
        },
        {
            "start": 875152471,
            "stop": 875152489
        },
        {
            "start": 875152490,
            "stop": 875152500
        },
        {
            "start": 875152501,
            "stop": 875152507
        },
        {
            "start": 875152508,
            "stop": 875152518
        },
        {
            "start": 875152519,
            "stop": 875152534
        },
        {
            "start": 875152535,
            "stop": 875152627
        },
        {
            "start": 875152628,
            "stop": 875152649
        },
        {
            "start": 875152650,
            "stop": 875152661
        },
        {
            "start": 875152663,
            "stop": 875152675
        },
        {
            "start": 875152676,
            "stop": 875152703
        },
        {
            "start": 875152704,
            "stop": 875152714
        },
        {
            "start": 875152716,
            "stop": 875152718
        },
        {
            "start": 875152720,
            "stop": 875152724
        },
        {
            "start": 875152725,
            "stop": 875152764
        },
        {
            "start": 875152765,
            "stop": 875152815
        }
    ]
}