Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=30
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=31",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=29",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 30,
    "results": [
        {
            "start": 817118585,
            "stop": 817119071
        },
        {
            "start": 817119078,
            "stop": 817119115
        },
        {
            "start": 817119123,
            "stop": 817119283
        },
        {
            "start": 817119291,
            "stop": 817119341
        },
        {
            "start": 817119348,
            "stop": 817119353
        },
        {
            "start": 817119359,
            "stop": 817119831
        },
        {
            "start": 817119950,
            "stop": 817119964
        },
        {
            "start": 817119971,
            "stop": 817120015
        },
        {
            "start": 817120022,
            "stop": 817120024
        },
        {
            "start": 817120030,
            "stop": 817120153
        },
        {
            "start": 817123028,
            "stop": 817124352
        },
        {
            "start": 817124357,
            "stop": 817124931
        },
        {
            "start": 817124939,
            "stop": 817125560
        },
        {
            "start": 817125567,
            "stop": 817125699
        },
        {
            "start": 817130229,
            "stop": 817141721
        },
        {
            "start": 817141735,
            "stop": 817142780
        },
        {
            "start": 817145310,
            "stop": 817147321
        },
        {
            "start": 817161030,
            "stop": 817163946
        },
        {
            "start": 817163953,
            "stop": 817163989
        },
        {
            "start": 817163995,
            "stop": 817164898
        }
    ]
}