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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=156",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=154",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 155,
    "results": [
        {
            "start": 821564136,
            "stop": 821564164
        },
        {
            "start": 821564167,
            "stop": 821564179
        },
        {
            "start": 821564182,
            "stop": 821564191
        },
        {
            "start": 821564194,
            "stop": 821564201
        },
        {
            "start": 821564204,
            "stop": 821564223
        },
        {
            "start": 821564226,
            "stop": 821564229
        },
        {
            "start": 821564237,
            "stop": 821564252
        },
        {
            "start": 821564255,
            "stop": 821564265
        },
        {
            "start": 821564269,
            "stop": 821564284
        },
        {
            "start": 821564289,
            "stop": 821564292
        },
        {
            "start": 821564295,
            "stop": 821564300
        },
        {
            "start": 821564303,
            "stop": 821564307
        },
        {
            "start": 821564311,
            "stop": 821564314
        },
        {
            "start": 821564317,
            "stop": 821564331
        },
        {
            "start": 821564336,
            "stop": 821564342
        },
        {
            "start": 821564345,
            "stop": 821564350
        },
        {
            "start": 821564353,
            "stop": 821564355
        },
        {
            "start": 821564358,
            "stop": 821564363
        },
        {
            "start": 821564366,
            "stop": 821564390
        },
        {
            "start": 821564393,
            "stop": 821564399
        }
    ]
}