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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=174",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=172",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 173,
    "results": [
        {
            "start": 932964242,
            "stop": 932964245
        },
        {
            "start": 932964328,
            "stop": 932964347
        },
        {
            "start": 932964372,
            "stop": 932964408
        },
        {
            "start": 932964427,
            "stop": 932964454
        },
        {
            "start": 932964513,
            "stop": 932964521
        },
        {
            "start": 932964567,
            "stop": 932964570
        },
        {
            "start": 932964606,
            "stop": 932964607
        },
        {
            "start": 932964612,
            "stop": 932964615
        },
        {
            "start": 932964703,
            "stop": 932964721
        },
        {
            "start": 932964762,
            "stop": 932964769
        },
        {
            "start": 932964788,
            "stop": 932964797
        },
        {
            "start": 932964855,
            "stop": 932964891
        },
        {
            "start": 932964968,
            "stop": 932964980
        },
        {
            "start": 932965003,
            "stop": 932965005
        },
        {
            "start": 932965024,
            "stop": 932965027
        },
        {
            "start": 932965155,
            "stop": 932965174
        },
        {
            "start": 932965194,
            "stop": 932965202
        },
        {
            "start": 932965271,
            "stop": 932965275
        },
        {
            "start": 932965294,
            "stop": 932965318
        },
        {
            "start": 932965349,
            "stop": 932965359
        }
    ]
}