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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=276",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=274",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 275,
    "results": [
        {
            "start": 1177333608,
            "stop": 1177333655
        },
        {
            "start": 1177333656,
            "stop": 1177333657
        },
        {
            "start": 1177333660,
            "stop": 1177333842
        },
        {
            "start": 1177358249,
            "stop": 1177360211
        },
        {
            "start": 1177367650,
            "stop": 1177375150
        },
        {
            "start": 1177375154,
            "stop": 1177377709
        },
        {
            "start": 1177377713,
            "stop": 1177382536
        },
        {
            "start": 1177382540,
            "stop": 1177382912
        },
        {
            "start": 1177382916,
            "stop": 1177383468
        },
        {
            "start": 1177383470,
            "stop": 1177384064
        },
        {
            "start": 1177384065,
            "stop": 1177392010
        },
        {
            "start": 1177394966,
            "stop": 1177395200
        },
        {
            "start": 1177395218,
            "stop": 1177407353
        },
        {
            "start": 1177407366,
            "stop": 1177418112
        },
        {
            "start": 1177418113,
            "stop": 1177418234
        },
        {
            "start": 1177418235,
            "stop": 1177418238
        },
        {
            "start": 1177418239,
            "stop": 1177418665
        },
        {
            "start": 1177434059,
            "stop": 1177435020
        },
        {
            "start": 1177435266,
            "stop": 1177438262
        },
        {
            "start": 1177438265,
            "stop": 1177447007
        }
    ]
}