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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=1158",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=1156",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 1157,
    "results": [
        {
            "start": 1136995515,
            "stop": 1136996344
        },
        {
            "start": 1136996346,
            "stop": 1137002455
        },
        {
            "start": 1137022301,
            "stop": 1137030355
        },
        {
            "start": 1137030507,
            "stop": 1137030916
        },
        {
            "start": 1137040346,
            "stop": 1137042669
        },
        {
            "start": 1137042672,
            "stop": 1137042886
        },
        {
            "start": 1137042888,
            "stop": 1137044724
        },
        {
            "start": 1137044725,
            "stop": 1137045359
        },
        {
            "start": 1137045361,
            "stop": 1137051970
        },
        {
            "start": 1137051971,
            "stop": 1137054079
        },
        {
            "start": 1137054080,
            "stop": 1137056966
        },
        {
            "start": 1137056968,
            "stop": 1137063492
        },
        {
            "start": 1137063494,
            "stop": 1137067164
        },
        {
            "start": 1137067165,
            "stop": 1137070761
        },
        {
            "start": 1137070763,
            "stop": 1137071631
        },
        {
            "start": 1137071634,
            "stop": 1137077749
        },
        {
            "start": 1137077750,
            "stop": 1137081653
        },
        {
            "start": 1137081654,
            "stop": 1137082765
        },
        {
            "start": 1137082767,
            "stop": 1137083867
        },
        {
            "start": 1137083869,
            "stop": 1137095088
        }
    ]
}