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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5300",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5298",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5299,
    "results": [
        {
            "start": 875102209,
            "stop": 875102309
        },
        {
            "start": 875102347,
            "stop": 875102354
        },
        {
            "start": 875102403,
            "stop": 875102532
        },
        {
            "start": 875102628,
            "stop": 875103531
        },
        {
            "start": 875103578,
            "stop": 875103739
        },
        {
            "start": 875103782,
            "stop": 875103866
        },
        {
            "start": 875103941,
            "stop": 875103966
        },
        {
            "start": 875104053,
            "stop": 875104095
        },
        {
            "start": 875104161,
            "stop": 875105177
        },
        {
            "start": 875105237,
            "stop": 875105343
        },
        {
            "start": 875105382,
            "stop": 875105401
        },
        {
            "start": 875105437,
            "stop": 875105939
        },
        {
            "start": 875105975,
            "stop": 875106057
        },
        {
            "start": 875106075,
            "stop": 875106301
        },
        {
            "start": 875106341,
            "stop": 875106419
        },
        {
            "start": 875106486,
            "stop": 875106489
        },
        {
            "start": 875106525,
            "stop": 875106530
        },
        {
            "start": 875106588,
            "stop": 875106589
        },
        {
            "start": 875106656,
            "stop": 875106671
        },
        {
            "start": 875106711,
            "stop": 875106724
        }
    ]
}