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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4376",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4374",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4375,
    "results": [
        {
            "start": 875049780,
            "stop": 875050689
        },
        {
            "start": 875050708,
            "stop": 875051280
        },
        {
            "start": 875051340,
            "stop": 875051640
        },
        {
            "start": 875051700,
            "stop": 875051760
        },
        {
            "start": 875051820,
            "stop": 875051940
        },
        {
            "start": 875052000,
            "stop": 875052057
        },
        {
            "start": 875052076,
            "stop": 875052240
        },
        {
            "start": 875052300,
            "stop": 875052660
        },
        {
            "start": 875052780,
            "stop": 875052801
        },
        {
            "start": 875052820,
            "stop": 875052881
        },
        {
            "start": 875053020,
            "stop": 875053080
        },
        {
            "start": 875053140,
            "stop": 875053147
        },
        {
            "start": 875053166,
            "stop": 875053200
        },
        {
            "start": 875053260,
            "stop": 875053380
        },
        {
            "start": 875053680,
            "stop": 875053783
        },
        {
            "start": 875053860,
            "stop": 875053887
        },
        {
            "start": 875053906,
            "stop": 875053920
        },
        {
            "start": 875053980,
            "stop": 875053982
        },
        {
            "start": 875054002,
            "stop": 875054220
        },
        {
            "start": 875054280,
            "stop": 875054302
        }
    ]
}