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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14466",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14464",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14465,
    "results": [
        {
            "start": 971565171,
            "stop": 971565194
        },
        {
            "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
        }
    ]
}