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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=278",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=276",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 277,
    "results": [
        {
            "start": 1240329502,
            "stop": 1240329554
        },
        {
            "start": 1240329555,
            "stop": 1240329601
        },
        {
            "start": 1240329603,
            "stop": 1240329614
        },
        {
            "start": 1240329615,
            "stop": 1240329618
        },
        {
            "start": 1240329619,
            "stop": 1240329620
        },
        {
            "start": 1240329622,
            "stop": 1240329641
        },
        {
            "start": 1240329642,
            "stop": 1240329660
        },
        {
            "start": 1240329661,
            "stop": 1240329662
        },
        {
            "start": 1240329663,
            "stop": 1240329703
        },
        {
            "start": 1240329706,
            "stop": 1240329751
        },
        {
            "start": 1240329752,
            "stop": 1240329756
        },
        {
            "start": 1240329757,
            "stop": 1240329775
        },
        {
            "start": 1240329776,
            "stop": 1240329779
        },
        {
            "start": 1240329780,
            "stop": 1240329792
        },
        {
            "start": 1240329793,
            "stop": 1240329796
        },
        {
            "start": 1240329797,
            "stop": 1240329840
        },
        {
            "start": 1240329841,
            "stop": 1240329843
        },
        {
            "start": 1240329844,
            "stop": 1240329872
        },
        {
            "start": 1240329873,
            "stop": 1240329893
        },
        {
            "start": 1240329894,
            "stop": 1240329896
        }
    ]
}