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=718
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=719",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=717",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 718,
    "results": [
        {
            "start": 868229496,
            "stop": 868232550
        },
        {
            "start": 868233314,
            "stop": 868236182
        },
        {
            "start": 868237361,
            "stop": 868247659
        },
        {
            "start": 868248384,
            "stop": 868249110
        },
        {
            "start": 868249170,
            "stop": 868253673
        },
        {
            "start": 868255866,
            "stop": 868262634
        },
        {
            "start": 868264020,
            "stop": 868290600
        },
        {
            "start": 868290660,
            "stop": 868300710
        },
        {
            "start": 868303227,
            "stop": 868305168
        },
        {
            "start": 868306168,
            "stop": 868366802
        },
        {
            "start": 868366808,
            "stop": 868383727
        },
        {
            "start": 868383732,
            "stop": 868385700
        },
        {
            "start": 868385760,
            "stop": 868385970
        },
        {
            "start": 868386271,
            "stop": 868386858
        },
        {
            "start": 868386864,
            "stop": 868387804
        },
        {
            "start": 868387810,
            "stop": 868388141
        },
        {
            "start": 868388147,
            "stop": 868388483
        },
        {
            "start": 868388489,
            "stop": 868388670
        },
        {
            "start": 868388790,
            "stop": 868389062
        },
        {
            "start": 868389068,
            "stop": 868389865
        }
    ]
}