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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=276",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=274",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 275,
    "results": [
        {
            "start": 866195726,
            "stop": 866195742
        },
        {
            "start": 866195745,
            "stop": 866196018
        },
        {
            "start": 866196021,
            "stop": 866196431
        },
        {
            "start": 866196434,
            "stop": 866197133
        },
        {
            "start": 866197136,
            "stop": 866197314
        },
        {
            "start": 866197318,
            "stop": 866197357
        },
        {
            "start": 866197360,
            "stop": 866197376
        },
        {
            "start": 866197379,
            "stop": 866197453
        },
        {
            "start": 866197456,
            "stop": 866197604
        },
        {
            "start": 866197607,
            "stop": 866197619
        },
        {
            "start": 866197622,
            "stop": 866197653
        },
        {
            "start": 866197657,
            "stop": 866197834
        },
        {
            "start": 866197837,
            "stop": 866197849
        },
        {
            "start": 866197852,
            "stop": 866199097
        },
        {
            "start": 866199100,
            "stop": 866199101
        },
        {
            "start": 866199104,
            "stop": 866199258
        },
        {
            "start": 866199261,
            "stop": 866199388
        },
        {
            "start": 866199391,
            "stop": 866199527
        },
        {
            "start": 866199530,
            "stop": 866199581
        },
        {
            "start": 866199584,
            "stop": 866199803
        }
    ]
}