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=341
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=342",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=340",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 341,
    "results": [
        {
            "start": 834573594,
            "stop": 834573774
        },
        {
            "start": 834574221,
            "stop": 834585921
        },
        {
            "start": 834587740,
            "stop": 834588820
        },
        {
            "start": 834588990,
            "stop": 834589230
        },
        {
            "start": 834589391,
            "stop": 834589451
        },
        {
            "start": 834589641,
            "stop": 834589701
        },
        {
            "start": 834591661,
            "stop": 834591781
        },
        {
            "start": 834621241,
            "stop": 834621301
        },
        {
            "start": 834621964,
            "stop": 834622024
        },
        {
            "start": 834622195,
            "stop": 834622735
        },
        {
            "start": 834626241,
            "stop": 834630621
        },
        {
            "start": 834630771,
            "stop": 834631851
        },
        {
            "start": 834633200,
            "stop": 834633320
        },
        {
            "start": 834633464,
            "stop": 834634604
        },
        {
            "start": 834641613,
            "stop": 834642453
        },
        {
            "start": 834644310,
            "stop": 834645390
        },
        {
            "start": 834645560,
            "stop": 834646400
        },
        {
            "start": 834647623,
            "stop": 834647923
        },
        {
            "start": 834648222,
            "stop": 834649662
        },
        {
            "start": 834652468,
            "stop": 834656248
        }
    ]
}