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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=57",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=55",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 56,
    "results": [
        {
            "start": 822327160,
            "stop": 822327320
        },
        {
            "start": 822327580,
            "stop": 822327661
        },
        {
            "start": 822329157,
            "stop": 822329707
        },
        {
            "start": 822329823,
            "stop": 822329878
        },
        {
            "start": 822339166,
            "stop": 822339613
        },
        {
            "start": 822339640,
            "stop": 822339641
        },
        {
            "start": 822339688,
            "stop": 822339853
        },
        {
            "start": 822339897,
            "stop": 822339898
        },
        {
            "start": 822339943,
            "stop": 822340093
        },
        {
            "start": 822340100,
            "stop": 822340101
        },
        {
            "start": 822347137,
            "stop": 822347773
        },
        {
            "start": 822347985,
            "stop": 822350893
        },
        {
            "start": 822351001,
            "stop": 822351673
        },
        {
            "start": 822351875,
            "stop": 822351965
        },
        {
            "start": 822352040,
            "stop": 822352981
        },
        {
            "start": 822354283,
            "stop": 822357613
        },
        {
            "start": 822357656,
            "stop": 822357657
        },
        {
            "start": 822358351,
            "stop": 822361453
        },
        {
            "start": 822361480,
            "stop": 822361482
        },
        {
            "start": 822361555,
            "stop": 822366313
        }
    ]
}