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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=159",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=157",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 158,
    "results": [
        {
            "start": 931534531,
            "stop": 931534538
        },
        {
            "start": 931534539,
            "stop": 931534544
        },
        {
            "start": 931534546,
            "stop": 931534586
        },
        {
            "start": 931534588,
            "stop": 931534608
        },
        {
            "start": 931534609,
            "stop": 931534618
        },
        {
            "start": 931534620,
            "stop": 931534654
        },
        {
            "start": 931534655,
            "stop": 931534659
        },
        {
            "start": 931534661,
            "stop": 931534662
        },
        {
            "start": 931534663,
            "stop": 931534665
        },
        {
            "start": 931534667,
            "stop": 931534692
        },
        {
            "start": 931534693,
            "stop": 931534703
        },
        {
            "start": 931534704,
            "stop": 931534714
        },
        {
            "start": 931534716,
            "stop": 931534776
        },
        {
            "start": 931534778,
            "stop": 931534779
        },
        {
            "start": 931534782,
            "stop": 931534791
        },
        {
            "start": 931534792,
            "stop": 931534802
        },
        {
            "start": 931534805,
            "stop": 931534809
        },
        {
            "start": 931534811,
            "stop": 931534862
        },
        {
            "start": 931534867,
            "stop": 931534887
        },
        {
            "start": 931534890,
            "stop": 931534903
        }
    ]
}