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/L1_STOCH_CAT1/segments?format=api&page=9822
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=9823",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9821",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9822,
    "results": [
        {
            "start": 874037997,
            "stop": 874038007
        },
        {
            "start": 874038010,
            "stop": 874038031
        },
        {
            "start": 874038034,
            "stop": 874038778
        },
        {
            "start": 874038783,
            "stop": 874038821
        },
        {
            "start": 874038824,
            "stop": 874038826
        },
        {
            "start": 874038829,
            "stop": 874039114
        },
        {
            "start": 874039117,
            "stop": 874039122
        },
        {
            "start": 874039125,
            "stop": 874039341
        },
        {
            "start": 874039344,
            "stop": 874041076
        },
        {
            "start": 874041079,
            "stop": 874041510
        },
        {
            "start": 874041513,
            "stop": 874041524
        },
        {
            "start": 874041527,
            "stop": 874041567
        },
        {
            "start": 874041570,
            "stop": 874041578
        },
        {
            "start": 874041581,
            "stop": 874041601
        },
        {
            "start": 874041606,
            "stop": 874041713
        },
        {
            "start": 874041719,
            "stop": 874041737
        },
        {
            "start": 874041741,
            "stop": 874041790
        },
        {
            "start": 874041793,
            "stop": 874042075
        },
        {
            "start": 874042078,
            "stop": 874042181
        },
        {
            "start": 874042184,
            "stop": 874042188
        }
    ]
}