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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=955",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=953",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 954,
    "results": [
        {
            "start": 867683776,
            "stop": 867684556
        },
        {
            "start": 867684757,
            "stop": 867684997
        },
        {
            "start": 867685148,
            "stop": 867687338
        },
        {
            "start": 867687599,
            "stop": 867689459
        },
        {
            "start": 867730600,
            "stop": 867734380
        },
        {
            "start": 867736072,
            "stop": 867736372
        },
        {
            "start": 867737810,
            "stop": 867738170
        },
        {
            "start": 867738320,
            "stop": 867738950
        },
        {
            "start": 867739161,
            "stop": 867739341
        },
        {
            "start": 867739501,
            "stop": 867739741
        },
        {
            "start": 867740889,
            "stop": 867742449
        },
        {
            "start": 867742599,
            "stop": 867748029
        },
        {
            "start": 867748059,
            "stop": 867759069
        },
        {
            "start": 867765500,
            "stop": 867766460
        },
        {
            "start": 867767838,
            "stop": 867771618
        },
        {
            "start": 867773168,
            "stop": 867775148
        },
        {
            "start": 867776088,
            "stop": 867777228
        },
        {
            "start": 867777458,
            "stop": 867782678
        },
        {
            "start": 867789451,
            "stop": 867794611
        },
        {
            "start": 867794994,
            "stop": 867795534
        }
    ]
}