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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=288",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=286",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 287,
    "results": [
        {
            "start": 931533681,
            "stop": 931533693
        },
        {
            "start": 931533695,
            "stop": 931533696
        },
        {
            "start": 931533698,
            "stop": 931533707
        },
        {
            "start": 931533709,
            "stop": 931533714
        },
        {
            "start": 931533716,
            "stop": 931533717
        },
        {
            "start": 931533719,
            "stop": 931533730
        },
        {
            "start": 931533732,
            "stop": 931533741
        },
        {
            "start": 931533744,
            "stop": 931533751
        },
        {
            "start": 931533754,
            "stop": 931533760
        },
        {
            "start": 931533762,
            "stop": 931533775
        },
        {
            "start": 931533776,
            "stop": 931533780
        },
        {
            "start": 931533782,
            "stop": 931533787
        },
        {
            "start": 931533788,
            "stop": 931533794
        },
        {
            "start": 931533796,
            "stop": 931533800
        },
        {
            "start": 931533801,
            "stop": 931533803
        },
        {
            "start": 931533804,
            "stop": 931533820
        },
        {
            "start": 931533822,
            "stop": 931533823
        },
        {
            "start": 931533825,
            "stop": 931533828
        },
        {
            "start": 931533830,
            "stop": 931533847
        },
        {
            "start": 931533849,
            "stop": 931533868
        }
    ]
}