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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9971",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9969",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9970,
    "results": [
        {
            "start": 875102126,
            "stop": 875102136
        },
        {
            "start": 875102139,
            "stop": 875102146
        },
        {
            "start": 875102149,
            "stop": 875102181
        },
        {
            "start": 875102184,
            "stop": 875102317
        },
        {
            "start": 875102322,
            "stop": 875102362
        },
        {
            "start": 875102366,
            "stop": 875102372
        },
        {
            "start": 875102378,
            "stop": 875102540
        },
        {
            "start": 875102543,
            "stop": 875102566
        },
        {
            "start": 875102569,
            "stop": 875102573
        },
        {
            "start": 875102576,
            "stop": 875102597
        },
        {
            "start": 875102603,
            "stop": 875103539
        },
        {
            "start": 875103544,
            "stop": 875103549
        },
        {
            "start": 875103553,
            "stop": 875103747
        },
        {
            "start": 875103750,
            "stop": 875103754
        },
        {
            "start": 875103757,
            "stop": 875103874
        },
        {
            "start": 875103877,
            "stop": 875103892
        },
        {
            "start": 875103895,
            "stop": 875103913
        },
        {
            "start": 875103916,
            "stop": 875103974
        },
        {
            "start": 875103982,
            "stop": 875103993
        },
        {
            "start": 875103996,
            "stop": 875104005
        }
    ]
}