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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16653",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16651",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16652,
    "results": [
        {
            "start": 874830566,
            "stop": 874830600
        },
        {
            "start": 874830604,
            "stop": 874830611
        },
        {
            "start": 874830613,
            "stop": 874830638
        },
        {
            "start": 874830639,
            "stop": 874830642
        },
        {
            "start": 874830643,
            "stop": 874830649
        },
        {
            "start": 874830650,
            "stop": 874830664
        },
        {
            "start": 874830666,
            "stop": 874830767
        },
        {
            "start": 874830768,
            "stop": 874830774
        },
        {
            "start": 874830778,
            "stop": 874830807
        },
        {
            "start": 874830809,
            "stop": 874830815
        },
        {
            "start": 874830818,
            "stop": 874830824
        },
        {
            "start": 874830827,
            "stop": 874830960
        },
        {
            "start": 874830961,
            "stop": 874831008
        },
        {
            "start": 874831010,
            "stop": 874831126
        },
        {
            "start": 874831127,
            "stop": 874831166
        },
        {
            "start": 874831168,
            "stop": 874831404
        },
        {
            "start": 874831406,
            "stop": 874831416
        },
        {
            "start": 874831417,
            "stop": 874831444
        },
        {
            "start": 874831445,
            "stop": 874831498
        },
        {
            "start": 874831499,
            "stop": 874831521
        }
    ]
}