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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=842",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=840",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 841,
    "results": [
        {
            "start": 962192004,
            "stop": 962192050
        },
        {
            "start": 962192055,
            "stop": 962192269
        },
        {
            "start": 962192277,
            "stop": 962192322
        },
        {
            "start": 962193649,
            "stop": 962195970
        },
        {
            "start": 962198614,
            "stop": 962199735
        },
        {
            "start": 962201087,
            "stop": 962202011
        },
        {
            "start": 962203073,
            "stop": 962203623
        },
        {
            "start": 962205338,
            "stop": 962211214
        },
        {
            "start": 962211909,
            "stop": 962215004
        },
        {
            "start": 962217533,
            "stop": 962223522
        },
        {
            "start": 962231588,
            "stop": 962235171
        },
        {
            "start": 962251224,
            "stop": 962254439
        },
        {
            "start": 962254788,
            "stop": 962255666
        },
        {
            "start": 962256811,
            "stop": 962264100
        },
        {
            "start": 962266918,
            "stop": 962279413
        },
        {
            "start": 962279419,
            "stop": 962280386
        },
        {
            "start": 962281237,
            "stop": 962282072
        },
        {
            "start": 962282078,
            "stop": 962282777
        },
        {
            "start": 962283347,
            "stop": 962284114
        },
        {
            "start": 962284120,
            "stop": 962284251
        }
    ]
}