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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5902",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5900",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5901,
    "results": [
        {
            "start": 875128388,
            "stop": 875128415
        },
        {
            "start": 875128418,
            "stop": 875128454
        },
        {
            "start": 875128458,
            "stop": 875128492
        },
        {
            "start": 875128496,
            "stop": 875128519
        },
        {
            "start": 875128522,
            "stop": 875128547
        },
        {
            "start": 875128551,
            "stop": 875128598
        },
        {
            "start": 875128601,
            "stop": 875128681
        },
        {
            "start": 875128689,
            "stop": 875128830
        },
        {
            "start": 875128833,
            "stop": 875128838
        },
        {
            "start": 875128841,
            "stop": 875128901
        },
        {
            "start": 875128904,
            "stop": 875128913
        },
        {
            "start": 875128916,
            "stop": 875128936
        },
        {
            "start": 875128939,
            "stop": 875129062
        },
        {
            "start": 875129065,
            "stop": 875129093
        },
        {
            "start": 875129096,
            "stop": 875129189
        },
        {
            "start": 875129192,
            "stop": 875129237
        },
        {
            "start": 875129240,
            "stop": 875129254
        },
        {
            "start": 875129258,
            "stop": 875129279
        },
        {
            "start": 875129282,
            "stop": 875129361
        },
        {
            "start": 875129367,
            "stop": 875129382
        }
    ]
}