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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=29492",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=29490",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29491,
    "results": [
        {
            "start": 971565196,
            "stop": 971565230
        },
        {
            "start": 971565231,
            "stop": 971565312
        },
        {
            "start": 971565313,
            "stop": 971565322
        },
        {
            "start": 971565324,
            "stop": 971565362
        },
        {
            "start": 971565363,
            "stop": 971565370
        },
        {
            "start": 971565372,
            "stop": 971565377
        },
        {
            "start": 971565380,
            "stop": 971565385
        },
        {
            "start": 971565386,
            "stop": 971565420
        },
        {
            "start": 971565421,
            "stop": 971565477
        },
        {
            "start": 971565478,
            "stop": 971565559
        },
        {
            "start": 971565561,
            "stop": 971565630
        },
        {
            "start": 971565631,
            "stop": 971565657
        },
        {
            "start": 971565659,
            "stop": 971565666
        },
        {
            "start": 971565667,
            "stop": 971565678
        },
        {
            "start": 971565680,
            "stop": 971565699
        },
        {
            "start": 971565701,
            "stop": 971565707
        },
        {
            "start": 971565709,
            "stop": 971565722
        },
        {
            "start": 971565724,
            "stop": 971565815
        },
        {
            "start": 971565816,
            "stop": 971566034
        },
        {
            "start": 971566035,
            "stop": 971566066
        }
    ]
}