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/H2_BURST_CAT3E/segments?format=api&page=109
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=110",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=108",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 109,
    "results": [
        {
            "start": 817771128,
            "stop": 817771820
        },
        {
            "start": 817772347,
            "stop": 817773142
        },
        {
            "start": 817773743,
            "stop": 817774988
        },
        {
            "start": 817774991,
            "stop": 817775019
        },
        {
            "start": 817775022,
            "stop": 817779550
        },
        {
            "start": 817779554,
            "stop": 817781723
        },
        {
            "start": 817784709,
            "stop": 817789935
        },
        {
            "start": 817789938,
            "stop": 817795282
        },
        {
            "start": 817795283,
            "stop": 817821220
        },
        {
            "start": 817822357,
            "stop": 817824113
        },
        {
            "start": 817824117,
            "stop": 817824441
        },
        {
            "start": 817827579,
            "stop": 817834063
        },
        {
            "start": 817834244,
            "stop": 817834487
        },
        {
            "start": 817834490,
            "stop": 817834723
        },
        {
            "start": 817834904,
            "stop": 817839344
        },
        {
            "start": 817840292,
            "stop": 817840831
        },
        {
            "start": 817840834,
            "stop": 817841650
        },
        {
            "start": 817841654,
            "stop": 817844246
        },
        {
            "start": 817844247,
            "stop": 817847439
        },
        {
            "start": 817847442,
            "stop": 817852022
        }
    ]
}