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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=296",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=294",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 295,
    "results": [
        {
            "start": 869548805,
            "stop": 869549352
        },
        {
            "start": 869549355,
            "stop": 869557426
        },
        {
            "start": 869557430,
            "stop": 869557486
        },
        {
            "start": 869557492,
            "stop": 869557497
        },
        {
            "start": 869557500,
            "stop": 869567102
        },
        {
            "start": 869567105,
            "stop": 869567208
        },
        {
            "start": 869567213,
            "stop": 869567930
        },
        {
            "start": 869567935,
            "stop": 869567953
        },
        {
            "start": 869567959,
            "stop": 869567991
        },
        {
            "start": 869567996,
            "stop": 869568031
        },
        {
            "start": 869568036,
            "stop": 869568230
        },
        {
            "start": 869568240,
            "stop": 869568333
        },
        {
            "start": 869568336,
            "stop": 869568458
        },
        {
            "start": 869568465,
            "stop": 869568501
        },
        {
            "start": 869568506,
            "stop": 869568521
        },
        {
            "start": 869568527,
            "stop": 869568608
        },
        {
            "start": 869568613,
            "stop": 869568645
        },
        {
            "start": 869568653,
            "stop": 869568734
        },
        {
            "start": 869568738,
            "stop": 869568760
        },
        {
            "start": 869568764,
            "stop": 869568797
        }
    ]
}