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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1428",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1426",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1427,
    "results": [
        {
            "start": 852416601,
            "stop": 852416681
        },
        {
            "start": 852416995,
            "stop": 852417491
        },
        {
            "start": 852417505,
            "stop": 852417508
        },
        {
            "start": 852417511,
            "stop": 852417551
        },
        {
            "start": 852417554,
            "stop": 852418849
        },
        {
            "start": 852418852,
            "stop": 852420639
        },
        {
            "start": 852420644,
            "stop": 852423726
        },
        {
            "start": 852425426,
            "stop": 852426973
        },
        {
            "start": 852427371,
            "stop": 852427753
        },
        {
            "start": 852430257,
            "stop": 852430258
        },
        {
            "start": 852430562,
            "stop": 852440053
        },
        {
            "start": 852442901,
            "stop": 852483007
        },
        {
            "start": 852483010,
            "stop": 852483020
        },
        {
            "start": 852483028,
            "stop": 852483889
        },
        {
            "start": 852483893,
            "stop": 852483896
        },
        {
            "start": 852483899,
            "stop": 852484664
        },
        {
            "start": 852484668,
            "stop": 852484670
        },
        {
            "start": 852484673,
            "stop": 852484967
        },
        {
            "start": 852484971,
            "stop": 852484972
        },
        {
            "start": 852484978,
            "stop": 852484983
        }
    ]
}