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=716
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=717",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=715",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 716,
    "results": [
        {
            "start": 867702260,
            "stop": 867702446
        },
        {
            "start": 867716792,
            "stop": 867717101
        },
        {
            "start": 867725598,
            "stop": 867725759
        },
        {
            "start": 867726837,
            "stop": 867727892
        },
        {
            "start": 867728212,
            "stop": 867728475
        },
        {
            "start": 867728482,
            "stop": 867728560
        },
        {
            "start": 867728567,
            "stop": 867728946
        },
        {
            "start": 867729821,
            "stop": 867736510
        },
        {
            "start": 867737142,
            "stop": 867741896
        },
        {
            "start": 867741903,
            "stop": 867743112
        },
        {
            "start": 867743119,
            "stop": 867744429
        },
        {
            "start": 867744436,
            "stop": 867766231
        },
        {
            "start": 867766939,
            "stop": 867771677
        },
        {
            "start": 867793139,
            "stop": 867795616
        },
        {
            "start": 867798602,
            "stop": 867815994
        },
        {
            "start": 867816990,
            "stop": 867836591
        },
        {
            "start": 867837329,
            "stop": 867837382
        },
        {
            "start": 867837782,
            "stop": 867837950
        },
        {
            "start": 867838941,
            "stop": 867841230
        },
        {
            "start": 867841550,
            "stop": 867851670
        }
    ]
}