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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=8",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 9,
    "results": [
        {
            "start": 931108685,
            "stop": 931108686
        },
        {
            "start": 931108688,
            "stop": 931108691
        },
        {
            "start": 931108701,
            "stop": 931108703
        },
        {
            "start": 931108707,
            "stop": 931108709
        },
        {
            "start": 931108714,
            "stop": 931108716
        },
        {
            "start": 931108718,
            "stop": 931108719
        },
        {
            "start": 931108724,
            "stop": 931108725
        },
        {
            "start": 931108728,
            "stop": 931108730
        },
        {
            "start": 931108732,
            "stop": 931108733
        },
        {
            "start": 931108740,
            "stop": 931108743
        },
        {
            "start": 931108745,
            "stop": 931108751
        },
        {
            "start": 931108754,
            "stop": 931108756
        },
        {
            "start": 931108761,
            "stop": 931108762
        },
        {
            "start": 931108765,
            "stop": 931108767
        },
        {
            "start": 931108769,
            "stop": 931108771
        },
        {
            "start": 931108773,
            "stop": 931108774
        },
        {
            "start": 931108778,
            "stop": 931108782
        },
        {
            "start": 931108786,
            "stop": 931108789
        },
        {
            "start": 931108791,
            "stop": 931108792
        },
        {
            "start": 931108795,
            "stop": 931108797
        }
    ]
}