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=4718
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=4719",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4717",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4718,
    "results": [
        {
            "start": 969995889,
            "stop": 969996001
        },
        {
            "start": 969996004,
            "stop": 969996231
        },
        {
            "start": 969996234,
            "stop": 969996253
        },
        {
            "start": 969996256,
            "stop": 969996298
        },
        {
            "start": 969996301,
            "stop": 969996748
        },
        {
            "start": 969996751,
            "stop": 969996830
        },
        {
            "start": 969996833,
            "stop": 969997107
        },
        {
            "start": 969997110,
            "stop": 969997287
        },
        {
            "start": 969997290,
            "stop": 969997494
        },
        {
            "start": 969997497,
            "stop": 969997592
        },
        {
            "start": 969997595,
            "stop": 969997614
        },
        {
            "start": 969997617,
            "stop": 969997917
        },
        {
            "start": 969997920,
            "stop": 969997928
        },
        {
            "start": 969997931,
            "stop": 969997975
        },
        {
            "start": 969997978,
            "stop": 969998072
        },
        {
            "start": 969998075,
            "stop": 969998144
        },
        {
            "start": 969998147,
            "stop": 969998356
        },
        {
            "start": 969998359,
            "stop": 969998380
        },
        {
            "start": 969998383,
            "stop": 969998471
        },
        {
            "start": 969998474,
            "stop": 969998540
        }
    ]
}