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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=307",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=305",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 306,
    "results": [
        {
            "start": 832945288,
            "stop": 832947238
        },
        {
            "start": 832947268,
            "stop": 832948348
        },
        {
            "start": 832948582,
            "stop": 832949782
        },
        {
            "start": 832949941,
            "stop": 832950481
        },
        {
            "start": 832955152,
            "stop": 832955932
        },
        {
            "start": 832956071,
            "stop": 832956371
        },
        {
            "start": 832956537,
            "stop": 832958877
        },
        {
            "start": 832959098,
            "stop": 832959338
        },
        {
            "start": 832959634,
            "stop": 832960024
        },
        {
            "start": 832960187,
            "stop": 832960367
        },
        {
            "start": 832960528,
            "stop": 832960588
        },
        {
            "start": 832960741,
            "stop": 832960981
        },
        {
            "start": 832961187,
            "stop": 832961307
        },
        {
            "start": 832961624,
            "stop": 832961684
        },
        {
            "start": 832962382,
            "stop": 832962442
        },
        {
            "start": 832962662,
            "stop": 832963082
        },
        {
            "start": 832963265,
            "stop": 832963685
        },
        {
            "start": 832963975,
            "stop": 832964095
        },
        {
            "start": 832964445,
            "stop": 832964505
        },
        {
            "start": 832964836,
            "stop": 832965016
        }
    ]
}