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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=298",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=296",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 297,
    "results": [
        {
            "start": 931724781,
            "stop": 931724783
        },
        {
            "start": 931724793,
            "stop": 931724794
        },
        {
            "start": 931724795,
            "stop": 931724797
        },
        {
            "start": 931724801,
            "stop": 931724802
        },
        {
            "start": 931724803,
            "stop": 931724805
        },
        {
            "start": 931724807,
            "stop": 931724808
        },
        {
            "start": 931724813,
            "stop": 931724814
        },
        {
            "start": 931724816,
            "stop": 931724819
        },
        {
            "start": 931724830,
            "stop": 931724837
        },
        {
            "start": 931724848,
            "stop": 931724849
        },
        {
            "start": 931724851,
            "stop": 931724852
        },
        {
            "start": 931724855,
            "stop": 931724856
        },
        {
            "start": 931724858,
            "stop": 931724864
        },
        {
            "start": 931724867,
            "stop": 931724876
        },
        {
            "start": 931724885,
            "stop": 931724888
        },
        {
            "start": 931724891,
            "stop": 931724892
        },
        {
            "start": 931724897,
            "stop": 931724898
        },
        {
            "start": 931724902,
            "stop": 931724906
        },
        {
            "start": 931724908,
            "stop": 931724910
        },
        {
            "start": 931724911,
            "stop": 931724930
        }
    ]
}