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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=60",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=58",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 59,
    "results": [
        {
            "start": 816462427,
            "stop": 816462442
        },
        {
            "start": 816462447,
            "stop": 816462481
        },
        {
            "start": 816462490,
            "stop": 816462494
        },
        {
            "start": 816462512,
            "stop": 816462803
        },
        {
            "start": 816462808,
            "stop": 816462811
        },
        {
            "start": 816462817,
            "stop": 816462820
        },
        {
            "start": 816462823,
            "stop": 816462826
        },
        {
            "start": 816462831,
            "stop": 816462834
        },
        {
            "start": 816462837,
            "stop": 816462939
        },
        {
            "start": 816462945,
            "stop": 816462946
        },
        {
            "start": 816462953,
            "stop": 816462954
        },
        {
            "start": 816462960,
            "stop": 816462963
        },
        {
            "start": 816462966,
            "stop": 816463193
        },
        {
            "start": 816463201,
            "stop": 816463326
        },
        {
            "start": 816463330,
            "stop": 816463360
        },
        {
            "start": 816463364,
            "stop": 816463543
        },
        {
            "start": 816463546,
            "stop": 816463572
        },
        {
            "start": 816463576,
            "stop": 816463703
        },
        {
            "start": 816463708,
            "stop": 816463881
        },
        {
            "start": 816463987,
            "stop": 816463988
        }
    ]
}