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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5274",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5272",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5273,
    "results": [
        {
            "start": 875228899,
            "stop": 875228906
        },
        {
            "start": 875228913,
            "stop": 875228928
        },
        {
            "start": 875228935,
            "stop": 875228942
        },
        {
            "start": 875228951,
            "stop": 875228956
        },
        {
            "start": 875228968,
            "stop": 875229070
        },
        {
            "start": 875229077,
            "stop": 875229095
        },
        {
            "start": 875229111,
            "stop": 875229132
        },
        {
            "start": 875229139,
            "stop": 875229182
        },
        {
            "start": 875229190,
            "stop": 875229259
        },
        {
            "start": 875229266,
            "stop": 875229275
        },
        {
            "start": 875229282,
            "stop": 875229311
        },
        {
            "start": 875229324,
            "stop": 875229338
        },
        {
            "start": 875229346,
            "stop": 875229414
        },
        {
            "start": 875229421,
            "stop": 875229443
        },
        {
            "start": 875229450,
            "stop": 875229456
        },
        {
            "start": 875229463,
            "stop": 875229554
        },
        {
            "start": 875229561,
            "stop": 875229571
        },
        {
            "start": 875229578,
            "stop": 875229617
        },
        {
            "start": 875229624,
            "stop": 875229780
        },
        {
            "start": 875229787,
            "stop": 875229857
        }
    ]
}