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=321
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=322",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=320",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 321,
    "results": [
        {
            "start": 1240599726,
            "stop": 1240600522
        },
        {
            "start": 1240600523,
            "stop": 1240601103
        },
        {
            "start": 1240601104,
            "stop": 1240601108
        },
        {
            "start": 1240601109,
            "stop": 1240601319
        },
        {
            "start": 1240601322,
            "stop": 1240601355
        },
        {
            "start": 1240601356,
            "stop": 1240601358
        },
        {
            "start": 1240601359,
            "stop": 1240601501
        },
        {
            "start": 1240601506,
            "stop": 1240601507
        },
        {
            "start": 1240601508,
            "stop": 1240601510
        },
        {
            "start": 1240601511,
            "stop": 1240601530
        },
        {
            "start": 1240601535,
            "stop": 1240601656
        },
        {
            "start": 1240601657,
            "stop": 1240601660
        },
        {
            "start": 1240601662,
            "stop": 1240601811
        },
        {
            "start": 1240601815,
            "stop": 1240601906
        },
        {
            "start": 1240601907,
            "stop": 1240601909
        },
        {
            "start": 1240601910,
            "stop": 1240602514
        },
        {
            "start": 1240602516,
            "stop": 1240602564
        },
        {
            "start": 1240602565,
            "stop": 1240602566
        },
        {
            "start": 1240602567,
            "stop": 1240602576
        },
        {
            "start": 1240602579,
            "stop": 1240602603
        }
    ]
}