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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=266",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=264",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 265,
    "results": [
        {
            "start": 962944175,
            "stop": 962944181
        },
        {
            "start": 962944191,
            "stop": 962944217
        },
        {
            "start": 962944220,
            "stop": 962944221
        },
        {
            "start": 962944224,
            "stop": 962944287
        },
        {
            "start": 962944309,
            "stop": 962944317
        },
        {
            "start": 962944323,
            "stop": 962944352
        },
        {
            "start": 962948181,
            "stop": 962948414
        },
        {
            "start": 962948417,
            "stop": 962953659
        },
        {
            "start": 962959502,
            "stop": 962979749
        },
        {
            "start": 963006913,
            "stop": 963007868
        },
        {
            "start": 963007874,
            "stop": 963009095
        },
        {
            "start": 963009099,
            "stop": 963009689
        },
        {
            "start": 963012920,
            "stop": 963012935
        },
        {
            "start": 963012940,
            "stop": 963012962
        },
        {
            "start": 963012968,
            "stop": 963012974
        },
        {
            "start": 963012976,
            "stop": 963012979
        },
        {
            "start": 963012984,
            "stop": 963013163
        },
        {
            "start": 963013166,
            "stop": 963013204
        },
        {
            "start": 963013207,
            "stop": 963013323
        },
        {
            "start": 963013327,
            "stop": 963013386
        }
    ]
}