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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8827",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8825",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8826,
    "results": [
        {
            "start": 874302587,
            "stop": 874303258
        },
        {
            "start": 874303275,
            "stop": 874304956
        },
        {
            "start": 874305076,
            "stop": 874307177
        },
        {
            "start": 874307194,
            "stop": 874307779
        },
        {
            "start": 874307796,
            "stop": 874313167
        },
        {
            "start": 874321860,
            "stop": 874321920
        },
        {
            "start": 874322100,
            "stop": 874322400
        },
        {
            "start": 874322460,
            "stop": 874323360
        },
        {
            "start": 874323420,
            "stop": 874325460
        },
        {
            "start": 874325520,
            "stop": 874326611
        },
        {
            "start": 874326628,
            "stop": 874328970
        },
        {
            "start": 874329090,
            "stop": 874329183
        },
        {
            "start": 874329200,
            "stop": 874331960
        },
        {
            "start": 874332112,
            "stop": 874332385
        },
        {
            "start": 874332540,
            "stop": 874332851
        },
        {
            "start": 874332971,
            "stop": 874332996
        },
        {
            "start": 874333032,
            "stop": 874333547
        },
        {
            "start": 874333564,
            "stop": 874335565
        },
        {
            "start": 874335685,
            "stop": 874336370
        },
        {
            "start": 874336450,
            "stop": 874337510
        }
    ]
}