Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=70
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=71",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=69",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 70,
    "results": [
        {
            "start": 822351806,
            "stop": 822381746
        },
        {
            "start": 822381954,
            "stop": 822382383
        },
        {
            "start": 822382495,
            "stop": 822385425
        },
        {
            "start": 822385708,
            "stop": 822386964
        },
        {
            "start": 822386966,
            "stop": 822387039
        },
        {
            "start": 822387627,
            "stop": 822387657
        },
        {
            "start": 822388342,
            "stop": 822398057
        },
        {
            "start": 822398136,
            "stop": 822400160
        },
        {
            "start": 822400296,
            "stop": 822402318
        },
        {
            "start": 822402511,
            "stop": 822403386
        },
        {
            "start": 822403387,
            "stop": 822403552
        },
        {
            "start": 822404159,
            "stop": 822405188
        },
        {
            "start": 822405190,
            "stop": 822405832
        },
        {
            "start": 822405833,
            "stop": 822406162
        },
        {
            "start": 822406163,
            "stop": 822406408
        },
        {
            "start": 822406409,
            "stop": 822406509
        },
        {
            "start": 822406511,
            "stop": 822406513
        },
        {
            "start": 822406514,
            "stop": 822406549
        },
        {
            "start": 822406552,
            "stop": 822406554
        },
        {
            "start": 822408266,
            "stop": 822409338
        }
    ]
}