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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8879",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8877",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8878,
    "results": [
        {
            "start": 875015640,
            "stop": 875015760
        },
        {
            "start": 875015820,
            "stop": 875015880
        },
        {
            "start": 875017860,
            "stop": 875017920
        },
        {
            "start": 875018220,
            "stop": 875018280
        },
        {
            "start": 875018760,
            "stop": 875018820
        },
        {
            "start": 875018940,
            "stop": 875019000
        },
        {
            "start": 875019060,
            "stop": 875019120
        },
        {
            "start": 875021580,
            "stop": 875021634
        },
        {
            "start": 875032380,
            "stop": 875032440
        },
        {
            "start": 875032800,
            "stop": 875032860
        },
        {
            "start": 875033040,
            "stop": 875033100
        },
        {
            "start": 875033160,
            "stop": 875033220
        },
        {
            "start": 875033410,
            "stop": 875033695
        },
        {
            "start": 875033712,
            "stop": 875033940
        },
        {
            "start": 875034060,
            "stop": 875034386
        },
        {
            "start": 875034403,
            "stop": 875035070
        },
        {
            "start": 875035150,
            "stop": 875036027
        },
        {
            "start": 875036285,
            "stop": 875037284
        },
        {
            "start": 875037465,
            "stop": 875037730
        },
        {
            "start": 875037747,
            "stop": 875038206
        }
    ]
}