Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=155
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=156",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=154",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 155,
    "results": [
        {
            "start": 839102927,
            "stop": 839103027
        },
        {
            "start": 839103029,
            "stop": 839103119
        },
        {
            "start": 839103966,
            "stop": 839121351
        },
        {
            "start": 839121751,
            "stop": 839124700
        },
        {
            "start": 839125204,
            "stop": 839127352
        },
        {
            "start": 839129014,
            "stop": 839129133
        },
        {
            "start": 839129152,
            "stop": 839184452
        },
        {
            "start": 839185083,
            "stop": 839185489
        },
        {
            "start": 839187406,
            "stop": 839192815
        },
        {
            "start": 839194690,
            "stop": 839198889
        },
        {
            "start": 839198891,
            "stop": 839201389
        },
        {
            "start": 839202996,
            "stop": 839229067
        },
        {
            "start": 839229069,
            "stop": 839229072
        },
        {
            "start": 839229392,
            "stop": 839229837
        },
        {
            "start": 839230237,
            "stop": 839247710
        },
        {
            "start": 839248719,
            "stop": 839254392
        },
        {
            "start": 839254898,
            "stop": 839256278
        },
        {
            "start": 839256688,
            "stop": 839258164
        },
        {
            "start": 839260427,
            "stop": 839264684
        },
        {
            "start": 839265169,
            "stop": 839266726
        }
    ]
}