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=1002
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=1003",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=1001",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 1002,
    "results": [
        {
            "start": 870945563,
            "stop": 870950183
        },
        {
            "start": 870950333,
            "stop": 870951083
        },
        {
            "start": 870951296,
            "stop": 870951956
        },
        {
            "start": 870952106,
            "stop": 870956246
        },
        {
            "start": 870956336,
            "stop": 870957476
        },
        {
            "start": 870958117,
            "stop": 870958717
        },
        {
            "start": 870959471,
            "stop": 870959591
        },
        {
            "start": 870959868,
            "stop": 870959988
        },
        {
            "start": 870961294,
            "stop": 870961834
        },
        {
            "start": 870961984,
            "stop": 870962134
        },
        {
            "start": 870963597,
            "stop": 870964047
        },
        {
            "start": 870964197,
            "stop": 870965697
        },
        {
            "start": 870965943,
            "stop": 870972843
        },
        {
            "start": 870973049,
            "stop": 870976529
        },
        {
            "start": 870977026,
            "stop": 870978346
        },
        {
            "start": 870978506,
            "stop": 870980906
        },
        {
            "start": 870982201,
            "stop": 870983581
        },
        {
            "start": 870983822,
            "stop": 870985862
        },
        {
            "start": 870987439,
            "stop": 870987799
        },
        {
            "start": 870987992,
            "stop": 870990212
        }
    ]
}