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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=133",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=131",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 132,
    "results": [
        {
            "start": 819172000,
            "stop": 819173265
        },
        {
            "start": 819173272,
            "stop": 819174024
        },
        {
            "start": 819174031,
            "stop": 819174109
        },
        {
            "start": 819174116,
            "stop": 819175598
        },
        {
            "start": 819175606,
            "stop": 819176106
        },
        {
            "start": 819176113,
            "stop": 819176224
        },
        {
            "start": 819176232,
            "stop": 819176427
        },
        {
            "start": 819176434,
            "stop": 819179272
        },
        {
            "start": 819179279,
            "stop": 819179757
        },
        {
            "start": 819179758,
            "stop": 819180411
        },
        {
            "start": 819180418,
            "stop": 819181152
        },
        {
            "start": 819181159,
            "stop": 819181636
        },
        {
            "start": 819181649,
            "stop": 819182563
        },
        {
            "start": 819182570,
            "stop": 819182920
        },
        {
            "start": 819182928,
            "stop": 819183049
        },
        {
            "start": 819183056,
            "stop": 819183349
        },
        {
            "start": 819183350,
            "stop": 819183631
        },
        {
            "start": 819183638,
            "stop": 819184625
        },
        {
            "start": 819184633,
            "stop": 819184794
        },
        {
            "start": 819184802,
            "stop": 819184977
        }
    ]
}