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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=710",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=708",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 709,
    "results": [
        {
            "start": 866209895,
            "stop": 866209933
        },
        {
            "start": 866211318,
            "stop": 866212459
        },
        {
            "start": 866212478,
            "stop": 866212894
        },
        {
            "start": 866212913,
            "stop": 866212919
        },
        {
            "start": 866212938,
            "stop": 866213027
        },
        {
            "start": 866213055,
            "stop": 866213342
        },
        {
            "start": 866213361,
            "stop": 866213426
        },
        {
            "start": 866213445,
            "stop": 866213487
        },
        {
            "start": 866213506,
            "stop": 866213543
        },
        {
            "start": 866213562,
            "stop": 866213604
        },
        {
            "start": 866213623,
            "stop": 866213724
        },
        {
            "start": 866213743,
            "stop": 866213843
        },
        {
            "start": 866213862,
            "stop": 866214017
        },
        {
            "start": 866214038,
            "stop": 866214111
        },
        {
            "start": 866214130,
            "stop": 866214260
        },
        {
            "start": 866214279,
            "stop": 866214417
        },
        {
            "start": 866214451,
            "stop": 866214600
        },
        {
            "start": 866214619,
            "stop": 866214629
        },
        {
            "start": 866214648,
            "stop": 866214692
        },
        {
            "start": 866214712,
            "stop": 866214758
        }
    ]
}