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=140
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=141",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=139",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 140,
    "results": [
        {
            "start": 821524343,
            "stop": 821524348
        },
        {
            "start": 821524353,
            "stop": 821524359
        },
        {
            "start": 821524362,
            "stop": 821524374
        },
        {
            "start": 821524377,
            "stop": 821524450
        },
        {
            "start": 821524458,
            "stop": 821524685
        },
        {
            "start": 821524688,
            "stop": 821525027
        },
        {
            "start": 821525030,
            "stop": 821525037
        },
        {
            "start": 821525040,
            "stop": 821525288
        },
        {
            "start": 821525291,
            "stop": 821525440
        },
        {
            "start": 821525443,
            "stop": 821529685
        },
        {
            "start": 821529688,
            "stop": 821529751
        },
        {
            "start": 821529754,
            "stop": 821529832
        },
        {
            "start": 821529839,
            "stop": 821529883
        },
        {
            "start": 821529886,
            "stop": 821529989
        },
        {
            "start": 821529992,
            "stop": 821530001
        },
        {
            "start": 821530004,
            "stop": 821530007
        },
        {
            "start": 821530010,
            "stop": 821530017
        },
        {
            "start": 821530020,
            "stop": 821530036
        },
        {
            "start": 821530041,
            "stop": 821530056
        },
        {
            "start": 821530059,
            "stop": 821530074
        }
    ]
}