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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2384",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2382",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2383,
    "results": [
        {
            "start": 875102157,
            "stop": 875102173
        },
        {
            "start": 875102192,
            "stop": 875102309
        },
        {
            "start": 875102330,
            "stop": 875102354
        },
        {
            "start": 875102386,
            "stop": 875102532
        },
        {
            "start": 875102551,
            "stop": 875102558
        },
        {
            "start": 875102584,
            "stop": 875102589
        },
        {
            "start": 875102611,
            "stop": 875103531
        },
        {
            "start": 875103561,
            "stop": 875103739
        },
        {
            "start": 875103765,
            "stop": 875103866
        },
        {
            "start": 875103903,
            "stop": 875103905
        },
        {
            "start": 875103924,
            "stop": 875103966
        },
        {
            "start": 875104036,
            "stop": 875104095
        },
        {
            "start": 875104114,
            "stop": 875104125
        },
        {
            "start": 875104144,
            "stop": 875105177
        },
        {
            "start": 875105196,
            "stop": 875105201
        },
        {
            "start": 875105220,
            "stop": 875105343
        },
        {
            "start": 875105365,
            "stop": 875105401
        },
        {
            "start": 875105420,
            "stop": 875105939
        },
        {
            "start": 875105958,
            "stop": 875106057
        },
        {
            "start": 875106063,
            "stop": 875106301
        }
    ]
}