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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=24",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=22",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 23,
    "results": [
        {
            "start": 817440548,
            "stop": 817441748
        },
        {
            "start": 817441902,
            "stop": 817442322
        },
        {
            "start": 817443778,
            "stop": 817444318
        },
        {
            "start": 817444622,
            "stop": 817444802
        },
        {
            "start": 817445185,
            "stop": 817447285
        },
        {
            "start": 817451456,
            "stop": 817451576
        },
        {
            "start": 817452023,
            "stop": 817452593
        },
        {
            "start": 817452743,
            "stop": 817453193
        },
        {
            "start": 817453450,
            "stop": 817453990
        },
        {
            "start": 817454935,
            "stop": 817456975
        },
        {
            "start": 817457543,
            "stop": 817460423
        },
        {
            "start": 817460729,
            "stop": 817461749
        },
        {
            "start": 817462179,
            "stop": 817462419
        },
        {
            "start": 817462594,
            "stop": 817462654
        },
        {
            "start": 817463461,
            "stop": 817464331
        },
        {
            "start": 817464498,
            "stop": 817466838
        },
        {
            "start": 817466986,
            "stop": 817467406
        },
        {
            "start": 817467732,
            "stop": 817467972
        },
        {
            "start": 817468177,
            "stop": 817472977
        },
        {
            "start": 817475021,
            "stop": 817475081
        }
    ]
}