Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=478
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=479",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=477",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 478,
    "results": [
        {
            "start": 862899856,
            "stop": 862900922
        },
        {
            "start": 862903180,
            "stop": 862906343
        },
        {
            "start": 862907782,
            "stop": 862912183
        },
        {
            "start": 862912253,
            "stop": 862912736
        },
        {
            "start": 862912782,
            "stop": 862922612
        },
        {
            "start": 862924438,
            "stop": 862924949
        },
        {
            "start": 862924951,
            "stop": 862925132
        },
        {
            "start": 862926647,
            "stop": 862926656
        },
        {
            "start": 862926658,
            "stop": 862926684
        },
        {
            "start": 862926686,
            "stop": 862926689
        },
        {
            "start": 862926691,
            "stop": 862926715
        },
        {
            "start": 862926717,
            "stop": 862926733
        },
        {
            "start": 862926734,
            "stop": 862926750
        },
        {
            "start": 862926752,
            "stop": 862926764
        },
        {
            "start": 862927337,
            "stop": 862927465
        },
        {
            "start": 862928596,
            "stop": 862930481
        },
        {
            "start": 862931313,
            "stop": 862932431
        },
        {
            "start": 862932433,
            "stop": 862936030
        },
        {
            "start": 862936216,
            "stop": 862937659
        },
        {
            "start": 862937756,
            "stop": 862940665
        }
    ]
}