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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=183",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=181",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 182,
    "results": [
        {
            "start": 931433038,
            "stop": 931433055
        },
        {
            "start": 931433058,
            "stop": 931433076
        },
        {
            "start": 931433079,
            "stop": 931433084
        },
        {
            "start": 931433086,
            "stop": 931433114
        },
        {
            "start": 931433116,
            "stop": 931433118
        },
        {
            "start": 931433120,
            "stop": 931433137
        },
        {
            "start": 931433140,
            "stop": 931433142
        },
        {
            "start": 931433145,
            "stop": 931433155
        },
        {
            "start": 931433157,
            "stop": 931433184
        },
        {
            "start": 931433185,
            "stop": 931433188
        },
        {
            "start": 931433190,
            "stop": 931433195
        },
        {
            "start": 931433197,
            "stop": 931433205
        },
        {
            "start": 931433222,
            "stop": 931433228
        },
        {
            "start": 931433230,
            "stop": 931433235
        },
        {
            "start": 931433237,
            "stop": 931433269
        },
        {
            "start": 931433271,
            "stop": 931433282
        },
        {
            "start": 931433284,
            "stop": 931433285
        },
        {
            "start": 931433291,
            "stop": 931433292
        },
        {
            "start": 931433295,
            "stop": 931433315
        },
        {
            "start": 931433319,
            "stop": 931433322
        }
    ]
}