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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=89",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=87",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 88,
    "results": [
        {
            "start": 821444097,
            "stop": 821444140
        },
        {
            "start": 821444143,
            "stop": 821444171
        },
        {
            "start": 821444174,
            "stop": 821444208
        },
        {
            "start": 821444211,
            "stop": 821444279
        },
        {
            "start": 821444282,
            "stop": 821444297
        },
        {
            "start": 821444300,
            "stop": 821444413
        },
        {
            "start": 821444416,
            "stop": 821444514
        },
        {
            "start": 821444518,
            "stop": 821444547
        },
        {
            "start": 821444550,
            "stop": 821444598
        },
        {
            "start": 821444601,
            "stop": 821444605
        },
        {
            "start": 821444608,
            "stop": 821444640
        },
        {
            "start": 821444643,
            "stop": 821444670
        },
        {
            "start": 821444673,
            "stop": 821444715
        },
        {
            "start": 821444718,
            "stop": 821444956
        },
        {
            "start": 821444960,
            "stop": 821444975
        },
        {
            "start": 821444978,
            "stop": 821444988
        },
        {
            "start": 821444991,
            "stop": 821445028
        },
        {
            "start": 821445031,
            "stop": 821445037
        },
        {
            "start": 821445040,
            "stop": 821445049
        },
        {
            "start": 821445055,
            "stop": 821445061
        }
    ]
}