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=126
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=127",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=125",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 126,
    "results": [
        {
            "start": 821512482,
            "stop": 821512589
        },
        {
            "start": 821512592,
            "stop": 821512693
        },
        {
            "start": 821512696,
            "stop": 821512714
        },
        {
            "start": 821512717,
            "stop": 821512821
        },
        {
            "start": 821512827,
            "stop": 821512831
        },
        {
            "start": 821512834,
            "stop": 821512877
        },
        {
            "start": 821512880,
            "stop": 821512909
        },
        {
            "start": 821512912,
            "stop": 821513025
        },
        {
            "start": 821513028,
            "stop": 821513082
        },
        {
            "start": 821513085,
            "stop": 821513108
        },
        {
            "start": 821513111,
            "stop": 821513115
        },
        {
            "start": 821513118,
            "stop": 821513127
        },
        {
            "start": 821513130,
            "stop": 821513166
        },
        {
            "start": 821513169,
            "stop": 821513173
        },
        {
            "start": 821513176,
            "stop": 821513178
        },
        {
            "start": 821513181,
            "stop": 821513317
        },
        {
            "start": 821513320,
            "stop": 821513336
        },
        {
            "start": 821513339,
            "stop": 821513395
        },
        {
            "start": 821514501,
            "stop": 821514611
        },
        {
            "start": 821514618,
            "stop": 821514904
        }
    ]
}