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=265
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=266",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=264",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 265,
    "results": [
        {
            "start": 830094176,
            "stop": 830094656
        },
        {
            "start": 830100627,
            "stop": 830104377
        },
        {
            "start": 830104407,
            "stop": 830104947
        },
        {
            "start": 830105443,
            "stop": 830107003
        },
        {
            "start": 830107308,
            "stop": 830109828
        },
        {
            "start": 830109989,
            "stop": 830110409
        },
        {
            "start": 830110560,
            "stop": 830110920
        },
        {
            "start": 830111482,
            "stop": 830111842
        },
        {
            "start": 830112007,
            "stop": 830112127
        },
        {
            "start": 830112267,
            "stop": 830112447
        },
        {
            "start": 830112601,
            "stop": 830112961
        },
        {
            "start": 830113458,
            "stop": 830113578
        },
        {
            "start": 830120770,
            "stop": 830120830
        },
        {
            "start": 830121501,
            "stop": 830121741
        },
        {
            "start": 830123186,
            "stop": 830123246
        },
        {
            "start": 830125430,
            "stop": 830127650
        },
        {
            "start": 830129837,
            "stop": 830129897
        },
        {
            "start": 830130283,
            "stop": 830130343
        },
        {
            "start": 830131260,
            "stop": 830131440
        },
        {
            "start": 830131602,
            "stop": 830131722
        }
    ]
}