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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=313",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=311",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 312,
    "results": [
        {
            "start": 822325919,
            "stop": 822325933
        },
        {
            "start": 822326100,
            "stop": 822326129
        },
        {
            "start": 822326136,
            "stop": 822326160
        },
        {
            "start": 822326220,
            "stop": 822326466
        },
        {
            "start": 822326473,
            "stop": 822326520
        },
        {
            "start": 822326700,
            "stop": 822326750
        },
        {
            "start": 822326830,
            "stop": 822326940
        },
        {
            "start": 822327000,
            "stop": 822327012
        },
        {
            "start": 822327160,
            "stop": 822327230
        },
        {
            "start": 822327310,
            "stop": 822327315
        },
        {
            "start": 822327580,
            "stop": 822327673
        },
        {
            "start": 822329248,
            "stop": 822329395
        },
        {
            "start": 822329548,
            "stop": 822329706
        },
        {
            "start": 822329823,
            "stop": 822329833
        },
        {
            "start": 822329836,
            "stop": 822329877
        },
        {
            "start": 822339166,
            "stop": 822339238
        },
        {
            "start": 822339278,
            "stop": 822339613
        },
        {
            "start": 822339694,
            "stop": 822339853
        },
        {
            "start": 822339947,
            "stop": 822340093
        },
        {
            "start": 822347137,
            "stop": 822347169
        }
    ]
}