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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2460",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2458",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2459,
    "results": [
        {
            "start": 874529574,
            "stop": 874529763
        },
        {
            "start": 874529778,
            "stop": 874529805
        },
        {
            "start": 874529812,
            "stop": 874529880
        },
        {
            "start": 874529940,
            "stop": 874529983
        },
        {
            "start": 874529998,
            "stop": 874530041
        },
        {
            "start": 874530341,
            "stop": 874530360
        },
        {
            "start": 874530540,
            "stop": 874530600
        },
        {
            "start": 874530720,
            "stop": 874530734
        },
        {
            "start": 874530756,
            "stop": 874530768
        },
        {
            "start": 874530818,
            "stop": 874530831
        },
        {
            "start": 874530838,
            "stop": 874530890
        },
        {
            "start": 874531277,
            "stop": 874531307
        },
        {
            "start": 874531440,
            "stop": 874531467
        },
        {
            "start": 874531474,
            "stop": 874531560
        },
        {
            "start": 874532100,
            "stop": 874532160
        },
        {
            "start": 874532400,
            "stop": 874532460
        },
        {
            "start": 874532520,
            "stop": 874532558
        },
        {
            "start": 874532565,
            "stop": 874532618
        },
        {
            "start": 874532626,
            "stop": 874533000
        },
        {
            "start": 874533120,
            "stop": 874533171
        }
    ]
}