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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=94",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=92",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 93,
    "results": [
        {
            "start": 820583862,
            "stop": 820583922
        },
        {
            "start": 820584072,
            "stop": 820584252
        },
        {
            "start": 820584570,
            "stop": 820584870
        },
        {
            "start": 820585051,
            "stop": 820585111
        },
        {
            "start": 820585708,
            "stop": 820585768
        },
        {
            "start": 820586084,
            "stop": 820586324
        },
        {
            "start": 820587473,
            "stop": 820587533
        },
        {
            "start": 820588377,
            "stop": 820588437
        },
        {
            "start": 820588795,
            "stop": 820588855
        },
        {
            "start": 820591447,
            "stop": 820591567
        },
        {
            "start": 820625673,
            "stop": 820625733
        },
        {
            "start": 820628792,
            "stop": 820628912
        },
        {
            "start": 820629282,
            "stop": 820629342
        },
        {
            "start": 820629514,
            "stop": 820629634
        },
        {
            "start": 820630612,
            "stop": 820630732
        },
        {
            "start": 820631093,
            "stop": 820631513
        },
        {
            "start": 820631766,
            "stop": 820632126
        },
        {
            "start": 820632297,
            "stop": 820632957
        },
        {
            "start": 820633136,
            "stop": 820635056
        },
        {
            "start": 820637174,
            "stop": 820637414
        }
    ]
}