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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=55",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=53",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 54,
    "results": [
        {
            "start": 816462348,
            "stop": 816462349
        },
        {
            "start": 816462354,
            "stop": 816462358
        },
        {
            "start": 816462362,
            "stop": 816462367
        },
        {
            "start": 816462375,
            "stop": 816462418
        },
        {
            "start": 816462427,
            "stop": 816462442
        },
        {
            "start": 816462447,
            "stop": 816462481
        },
        {
            "start": 816462490,
            "stop": 816462494
        },
        {
            "start": 816462512,
            "stop": 816462803
        },
        {
            "start": 816462808,
            "stop": 816462811
        },
        {
            "start": 816462817,
            "stop": 816462820
        },
        {
            "start": 816462823,
            "stop": 816462826
        },
        {
            "start": 816462831,
            "stop": 816462834
        },
        {
            "start": 816462837,
            "stop": 816462939
        },
        {
            "start": 816462945,
            "stop": 816462946
        },
        {
            "start": 816462953,
            "stop": 816462954
        },
        {
            "start": 816462960,
            "stop": 816462963
        },
        {
            "start": 816462966,
            "stop": 816463193
        },
        {
            "start": 816463201,
            "stop": 816463326
        },
        {
            "start": 816463330,
            "stop": 816463360
        },
        {
            "start": 816463364,
            "stop": 816463543
        }
    ]
}