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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6619",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6617",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6618,
    "results": [
        {
            "start": 874797801,
            "stop": 874798000
        },
        {
            "start": 874798001,
            "stop": 874798287
        },
        {
            "start": 874798288,
            "stop": 874798774
        },
        {
            "start": 874798776,
            "stop": 874798914
        },
        {
            "start": 874798915,
            "stop": 874799326
        },
        {
            "start": 874799327,
            "stop": 874799518
        },
        {
            "start": 874799519,
            "stop": 874799678
        },
        {
            "start": 874799679,
            "stop": 874799748
        },
        {
            "start": 874799749,
            "stop": 874799772
        },
        {
            "start": 874799774,
            "stop": 874800243
        },
        {
            "start": 874800245,
            "stop": 874800679
        },
        {
            "start": 874800680,
            "stop": 874801221
        },
        {
            "start": 874801222,
            "stop": 874801328
        },
        {
            "start": 874801330,
            "stop": 874801345
        },
        {
            "start": 874801347,
            "stop": 874801728
        },
        {
            "start": 874801729,
            "stop": 874801991
        },
        {
            "start": 874801992,
            "stop": 874802155
        },
        {
            "start": 874804095,
            "stop": 874804576
        },
        {
            "start": 874804577,
            "stop": 874804756
        },
        {
            "start": 874804757,
            "stop": 874804950
        }
    ]
}