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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=753",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=751",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 752,
    "results": [
        {
            "start": 869444882,
            "stop": 869464543
        },
        {
            "start": 869467855,
            "stop": 869469482
        },
        {
            "start": 869469490,
            "stop": 869469508
        },
        {
            "start": 869469511,
            "stop": 869469556
        },
        {
            "start": 869469566,
            "stop": 869469593
        },
        {
            "start": 869469598,
            "stop": 869469634
        },
        {
            "start": 869469641,
            "stop": 869469701
        },
        {
            "start": 869469704,
            "stop": 869469722
        },
        {
            "start": 869469725,
            "stop": 869469768
        },
        {
            "start": 869469773,
            "stop": 869469788
        },
        {
            "start": 869469796,
            "stop": 869469815
        },
        {
            "start": 869469820,
            "stop": 869469837
        },
        {
            "start": 869469842,
            "stop": 869469882
        },
        {
            "start": 869469891,
            "stop": 869469904
        },
        {
            "start": 869469912,
            "stop": 869469929
        },
        {
            "start": 869469935,
            "stop": 869469946
        },
        {
            "start": 869469952,
            "stop": 869470010
        },
        {
            "start": 869470016,
            "stop": 869470029
        },
        {
            "start": 869470034,
            "stop": 869470083
        },
        {
            "start": 869470095,
            "stop": 869470111
        }
    ]
}