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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1710",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1708",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1709,
    "results": [
        {
            "start": 1249127169,
            "stop": 1249127236
        },
        {
            "start": 1249127237,
            "stop": 1249127913
        },
        {
            "start": 1249127916,
            "stop": 1249128881
        },
        {
            "start": 1249128892,
            "stop": 1249128894
        },
        {
            "start": 1249128899,
            "stop": 1249128943
        },
        {
            "start": 1249128949,
            "stop": 1249128950
        },
        {
            "start": 1249128953,
            "stop": 1249128955
        },
        {
            "start": 1249128956,
            "stop": 1249128962
        },
        {
            "start": 1249128966,
            "stop": 1249128970
        },
        {
            "start": 1249128978,
            "stop": 1249128984
        },
        {
            "start": 1249128989,
            "stop": 1249128992
        },
        {
            "start": 1249129004,
            "stop": 1249129009
        },
        {
            "start": 1249129038,
            "stop": 1249129039
        },
        {
            "start": 1249129048,
            "stop": 1249129050
        },
        {
            "start": 1249129052,
            "stop": 1249129062
        },
        {
            "start": 1249129067,
            "stop": 1249129069
        },
        {
            "start": 1249129106,
            "stop": 1249129127
        },
        {
            "start": 1249129137,
            "stop": 1249129159
        },
        {
            "start": 1249129160,
            "stop": 1249129163
        },
        {
            "start": 1249129193,
            "stop": 1249129199
        }
    ]
}