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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29403",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29401",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29402,
    "results": [
        {
            "start": 971409421,
            "stop": 971409424
        },
        {
            "start": 971409425,
            "stop": 971409431
        },
        {
            "start": 971409434,
            "stop": 971409435
        },
        {
            "start": 971409436,
            "stop": 971409437
        },
        {
            "start": 971409439,
            "stop": 971409446
        },
        {
            "start": 971409448,
            "stop": 971409458
        },
        {
            "start": 971409461,
            "stop": 971409462
        },
        {
            "start": 971409468,
            "stop": 971409472
        },
        {
            "start": 971409474,
            "stop": 971409488
        },
        {
            "start": 971409489,
            "stop": 971409490
        },
        {
            "start": 971409491,
            "stop": 971409492
        },
        {
            "start": 971409493,
            "stop": 971409497
        },
        {
            "start": 971409498,
            "stop": 971409500
        },
        {
            "start": 971409501,
            "stop": 971409503
        },
        {
            "start": 971409504,
            "stop": 971409505
        },
        {
            "start": 971409506,
            "stop": 971409507
        },
        {
            "start": 971409511,
            "stop": 971409513
        },
        {
            "start": 971409514,
            "stop": 971409515
        },
        {
            "start": 971409518,
            "stop": 971409520
        },
        {
            "start": 971409521,
            "stop": 971409525
        }
    ]
}