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=8865
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=8866",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8864",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8865,
    "results": [
        {
            "start": 874812960,
            "stop": 874813320
        },
        {
            "start": 874813740,
            "stop": 874814073
        },
        {
            "start": 874814193,
            "stop": 874814580
        },
        {
            "start": 874814640,
            "stop": 874814845
        },
        {
            "start": 874814862,
            "stop": 874815060
        },
        {
            "start": 874815120,
            "stop": 874815600
        },
        {
            "start": 874815660,
            "stop": 874815720
        },
        {
            "start": 874815780,
            "stop": 874815840
        },
        {
            "start": 874816020,
            "stop": 874816080
        },
        {
            "start": 874816769,
            "stop": 874816800
        },
        {
            "start": 874817040,
            "stop": 874817114
        },
        {
            "start": 874817121,
            "stop": 874817160
        },
        {
            "start": 874817280,
            "stop": 874817323
        },
        {
            "start": 874819680,
            "stop": 874819800
        },
        {
            "start": 874819860,
            "stop": 874819920
        },
        {
            "start": 874819980,
            "stop": 874820040
        },
        {
            "start": 874820100,
            "stop": 874820220
        },
        {
            "start": 874820400,
            "stop": 874820460
        },
        {
            "start": 874820580,
            "stop": 874820880
        },
        {
            "start": 874821180,
            "stop": 874821300
        }
    ]
}