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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=255",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=253",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 254,
    "results": [
        {
            "start": 820939789,
            "stop": 820939827
        },
        {
            "start": 820939831,
            "stop": 820939905
        },
        {
            "start": 820939909,
            "stop": 820939967
        },
        {
            "start": 820939971,
            "stop": 820939977
        },
        {
            "start": 820939980,
            "stop": 820940013
        },
        {
            "start": 820940016,
            "stop": 820940082
        },
        {
            "start": 820940085,
            "stop": 820940090
        },
        {
            "start": 820940094,
            "stop": 820940144
        },
        {
            "start": 820940147,
            "stop": 820940148
        },
        {
            "start": 820940151,
            "stop": 820940175
        },
        {
            "start": 820940179,
            "stop": 820940283
        },
        {
            "start": 820940286,
            "stop": 820940341
        },
        {
            "start": 820940345,
            "stop": 820940360
        },
        {
            "start": 820940363,
            "stop": 820940392
        },
        {
            "start": 820940396,
            "stop": 820940408
        },
        {
            "start": 820940412,
            "stop": 820940417
        },
        {
            "start": 820940422,
            "stop": 820940437
        },
        {
            "start": 820940441,
            "stop": 820940487
        },
        {
            "start": 820940490,
            "stop": 820940544
        },
        {
            "start": 820940548,
            "stop": 820940550
        }
    ]
}